ostd/util/
mod.rs

1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MPL-2.0

//! Utility types and methods.

mod either;
mod macros;
pub(crate) mod ops;
pub(crate) mod range_alloc;

pub use either::Either;