0.0.2 |
|
---|---|
0.0.1 |
|
#11 in #close
17KB
545 lines
A Vec
-backed reimplementation of Rust’s std::collections::HashMap
, as close as possible
This is a mostly API-compatible reimplementation of std::collections::HashMap
.
Some inherent methods that provide hash-based functionality have been removed, some trait bounds have been removed, the Debug
implementation has been altered for some types.