Expand description
§Boomerang-Tinymap
A tiny, fast, and simple Slotkey-type map implementation for boomerang.
TinyMap, TinySecondaryMap and KeySet are built as a write-once, read-many data structures. Methods to remove elements are intentionally omitted.
Re-exports§
pub use key_set::KeySet;pub use map::TinyMap;pub use secondary_map::TinySecondaryMap;
Modules§
- key_set
- A set of keys
- map
- A map that uses a custom key type to index its values.
- secondary_
map