1//! Stable-structure re-exports plus a few small Canic wrappers. 2 3pub mod btreemap; 4 5pub use btreemap::BTreeMap; 6 7pub mod memory { 8 pub use ic_stable_structures::memory_manager::*; 9} 10 11pub use ic_stable_structures::*;