Skip to main content

small_collections/
small_collections.rs

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