#hash-map #memory #map #hash-set #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

#1407 in Data structures

Download history 73/week @ 2024-07-23 209/week @ 2024-07-30 289/week @ 2024-08-06 171/week @ 2024-08-13 182/week @ 2024-08-20 163/week @ 2024-08-27 231/week @ 2024-09-03 227/week @ 2024-09-10 154/week @ 2024-09-17 152/week @ 2024-09-24 254/week @ 2024-10-01 192/week @ 2024-10-08 294/week @ 2024-10-15 140/week @ 2024-10-22 186/week @ 2024-10-29 384/week @ 2024-11-05

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

~175KB