indexmap 1.7.0

A hash table with consistent order and fast iteration. The indexmap is a hash table where the iteration order of the key-value pairs is independent of the hash values of the keys. It has the usual hash table functionality, it preserves insertion order except after removals, and it allows lookup of its elements by either hash table key or numerical index. A corresponding hash set type is also provided. This crate was initially published under the name ordermap, but it was renamed to indexmap.
Documentation

indexmap

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

This version has 6 feature flags, 0 of them enabled by default.

rayon

This feature flag does not enable additional features.

serde

This feature flag does not enable additional features.

serde-1

std

This feature flag does not enable additional features.

test_debug

This feature flag does not enable additional features.

test_low_transition_point

This feature flag does not enable additional features.