1#![cfg_attr(not(feature = "std"), no_std)] 2 3mod small_string; 4 5pub use small_string::SmallString;