3 releases (stable)
2.0.0 | Oct 5, 2019 |
---|---|
1.0.0 | Sep 30, 2019 |
0.1.0 | Sep 28, 2019 |
#2079 in Data structures
22 downloads per month
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