Crate tinymap

Source

Re-exports§

pub use array_map::ArrayMap;

Modules§

array_map
A stack-based, fixed-size map that puts nodes on an array rather than the heap. See documentation of ArrayMap for more information.