#hash-map #memory #hash-set #map #optimised #key-value-store

extract_map

A HashMap for memory efficent storage of value types which contain their own keys

3 releases

0.1.2 May 4, 2024
0.1.1 Apr 1, 2024
0.1.0 Mar 17, 2024

#1838 in Data structures

Download history 366/week @ 2024-03-14 217/week @ 2024-03-21 497/week @ 2024-03-28 151/week @ 2024-04-04 159/week @ 2024-04-11 287/week @ 2024-04-18 270/week @ 2024-04-25 473/week @ 2024-05-02 109/week @ 2024-05-09

1,158 downloads per month
Used in typesize

MIT license

22KB
460 lines

ExtractMap

A HashMap for memory efficent storage of value types which contain their own keys.

See the documentation on docs.rs or build them yourself locally with cargo doc --no-deps.


lib.rs:

See ExtractMap for the main documentation.

MSRV

The Minimum Supported Rust Version for this crate is 1.70, and raising it is considered a breaking change.

Dependencies

~180KB