Crate weak_map

Source
Expand description

WeakMap is a wrapper over BTreeMap that stores weak references to values.

Re-exports§

pub use map::StrongMap;
pub use map::WeakMap;

Modules§

map
BTreeMap with weak references.

Traits§

StrongRef
A trait for strong references.
WeakRef
A trait for weak references.