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