#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

#1436 in Data structures

Download history 197/week @ 2024-09-02 203/week @ 2024-09-09 160/week @ 2024-09-16 205/week @ 2024-09-23 99/week @ 2024-09-30 299/week @ 2024-10-07 245/week @ 2024-10-14 228/week @ 2024-10-21 164/week @ 2024-10-28 331/week @ 2024-11-04 615/week @ 2024-11-11 592/week @ 2024-11-18 519/week @ 2024-11-25 399/week @ 2024-12-02 305/week @ 2024-12-09 199/week @ 2024-12-16

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