[][src]Crate tinymap

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

Structs

TinyMap

A binary tree that uses a stack-based array as storage for nodes.