3 releases (stable)

2.0.0 Oct 5, 2019
1.0.0 Sep 30, 2019
0.1.0 Sep 28, 2019

#1674 in Rust patterns

45 downloads per month

MIT license

7KB
154 lines


An implementation of a map that uses small_vec as backing storage, which is useful for having many tiny maps. For storing non-Copy types please use v1.x which is also supported.

Dependencies

~68KB