1 2 3 4 5 6 7 8 9 10 11
#![cfg_attr(not(any(test, feature = "std")), no_std)] #![cfg_attr(docsrs, feature(doc_cfg))] #[cfg(feature = "alloc")] extern crate alloc; #[macro_use] mod macros; mod stdx; pub use self::stdx::*;