Crate

indexmap

Hash map that preserves insertion order.

What it is

IndexMap is a hash table that preserves the order entries were inserted, while offering O(1) average lookup, insertion, and removal. It supports indexed access by position and bidirectional iteration in insertion order.

Why it is commonly used

Used when a map needs deterministic iteration order — JSON serialization where key order should be preserved, configuration parsing, and any case where the order entries were added carries meaning.

802
Repositories
93%
Actively maintained
742
Updated ≤ 30 days
3.6M
Total stars
696
Owners

Counted from the Cargo.toml manifests of the 802 indexed repositories that declare indexmap as a dependency — not download counts. Dependency data last verified 2026-08-13.

Browse 802 repositories using indexmap in Repos →
Often used with

Crates that show up unusually often in indexmap projects. The most distinctive pairings rank first — crates these projects use far more than the average indexed Rust project does, not just crates that are popular everywhere. Each percentage is the share of indexmap projects that also use it.

Used by these organizations
50 of 802 repositories · ranked by stars · 742 pushed in the last 30 days
hyperswitch43kactive

Open source, composable payments platform | PCI compliant | SaaS and Self-host options | Enables connectivity to multiple payment, payout, fraud, vault and tokenization providers | Uplifts authorization with intelligent routing and revenue recovery | Reduce payment processing costs with cost observability | Reduces payment ops with reconciliation

servo38kactive

Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

⑂ 3.7k3.1k
qdrant34kactive

Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

neon23kmaintenance

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.

⑂ 1.1k552
sonic21kactive

🦔 Fast, lightweight & schema-less search backend. An alternative to Elasticsearch that runs on a few MBs of RAM.

← Browse all repos