Crate tinymap

source ·

Re-exports

pub use array_map::ArrayMap;

Modules

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