Crate boomerang_tinymap

Source
Expand description

§Boomerang-Tinymap

crates.io MIT/Apache 2.0 Downloads CI docs codecov

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

Macros§

key_type

Structs§

DefaultKey

Traits§

Key