ostd/util/
mod.rs

1// SPDX-License-Identifier: MPL-2.0
2//! Utility types and methods.
3mod either;
4//mod macros;
5//pub(crate) mod ops;
6//pub(crate) mod range_alloc;
7
8pub use either::Either;