indexmap
Cargov2.14.0A hash table with consistent order and fast iteration.
0
Weekly downloads
0
Dependents
0
Dependencies
0/100
Popularity
Overview
indexmap is an Cargo package that a hash table with consistent order and fast iteration. The latest version is 2.14.0.
Who should use it
Teams working in the Cargo ecosystem who need a hash table with consistent order and fast iteration and value a focused solution.
When not to use it
Consider an alternative if you need to have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your Cargo stack.
Pros
- Zero runtime dependencies — minimal footprint.
Cons
- No bundled TypeScript types (may require a separate @types package).
- No license detected — review usage terms before adopting.
Auto-generated from collected registry metadata. No external claims are inferred.
Alternatives to indexmap
Version history
| Version | Published | License |
|---|---|---|
| 2.14.0latest | 3 months ago | Apache-2.0 OR MIT |
| 2.13.1 | 3 months ago | Apache-2.0 OR MIT |
| 2.13.0 | 6 months ago | Apache-2.0 OR MIT |
| 2.12.1 | 8 months ago | Apache-2.0 OR MIT |
| 2.12.0 | 9 months ago | Apache-2.0 OR MIT |
| 2.11.4 | 10 months ago | Apache-2.0 OR MIT |
| 2.11.3 | 10 months ago | Apache-2.0 OR MIT |
| 2.11.2 | 10 months ago | Apache-2.0 OR MIT |
| 2.11.1 | 10 months ago | Apache-2.0 OR MIT |
| 2.11.0 | 11 months ago | Apache-2.0 OR MIT |
| 2.10.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.9.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.8.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.7.1 | 1 year ago | Apache-2.0 OR MIT |
| 2.7.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.6.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.5.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.4.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.3.0 | 1 year ago | Apache-2.0 OR MIT |
| 2.2.6 | 2 years ago | Apache-2.0 OR MIT |
Maintainers
Frequently asked questions
How do I install indexmap?
Run `cargo add indexmap` to add indexmap to your Cargo project.
What license is indexmap released under?
No license was detected in indexmap's metadata; review the repository before use.
How popular is indexmap?
indexmap has approximately 0 downloads per week.