#hash-map #collection #associative #backed #close #vec-backed

yanked dumb-container

A Vec-backed associative map

0.0.2 Jan 26, 2023
0.0.1 Jan 26, 2023

#9 in #close

34 downloads per month

MIT license

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.

No runtime deps