1 2 3 4 5 6 7
mod shared; #[cfg(feature = "std")] mod standard; pub use shared::*; #[cfg(feature = "std")] pub use standard::*;