1 2 3 4 5 6 7 8
#![no_std] #![doc = include_str!("../README.md")] #[cfg(feature = "macro")] pub use o2o_macros::*; pub mod traits;