[][src]Crate vector_map

Structs

VecMap

A std::vec::Vec based Map, motivated by the fact that, for some key types, iterating over a vector can be faster than other methods for small maps.