1 2 3 4 5
#[cfg(feature = "no_std")] pub mod core_lib; #[cfg(not(feature = "no_std"))] pub mod std_lib;