WeakMap is a wrapper over BTreeMap that stores weak references to values.
WeakMap
BTreeMap
pub use map::StrongMap;
pub use map::WeakMap;