Crate extract_map

Source
Expand description

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.

Modules§

entry
An implementation of the Entry API for ExtractMap.

Structs§

ExtractMap
A hash map for memory efficent storage of value types which contain their own keys.

Traits§

ExtractKey
A trait for extracting the key for an ExtractMap.