#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

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

#1836 in Data structures

Download history 175/week @ 2024-03-11 266/week @ 2024-03-18 333/week @ 2024-03-25 369/week @ 2024-04-01 158/week @ 2024-04-08 231/week @ 2024-04-15 285/week @ 2024-04-22 455/week @ 2024-04-29

1,136 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