rustio rustio.net
49

indexmap-amortized

v1.6.1 Growing

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 is an ongoing fork of bluss/indexmap that provides amortized resizes.

Apache-2.0/MIT Edition 2018

Quick Verdict

  • โœ•Not updated for 5+ years
  • โœ“Stable API (1.x for 5+ years)
  • โœ“Permissive license (Apache-2.0/MIT)

Security

Checking security advisories...
Downloads
9.1K
Dependents
5
Releases
3
Size
47KB

Deep Insights

๐Ÿ“Š
Steady growth

166 downloads in the last 30 days (6/day), up 13% from the previous period.

๐Ÿ‘ค
Prolific maintainer

The primary maintainer publishes 92 crates. This suggests deep Rust expertise and long-term commitment to the ecosystem.

โœ…
Stable for 5+ years

The API has been stable (1.x) for over 5 years with 3 releases. This level of maturity means you can depend on it without worrying about breaking changes.

๐Ÿ“
Compact crate

At 46KB, indexmap-amortized is lightweight. Small crate size correlates with focused, well-scoped functionality.

Health Breakdown

Maintenance 4/25

Recency, release consistency, active ratio

Quality 21/25

Yanked ratio, deps, size, maturity, features

Community 7/20

Reverse deps, ownership, ecosystem

Popularity 5/15

Downloads, momentum, growth trend

Documentation 12/15

Docs, repo, license, metadata

Download Trend

Daily downloads ยท last 90 days
6/day avg-31%
0102030405012/301/172/42/223/123/29

Top Dependents

Most downloaded crates that depend on indexmap-amortized

Version Adoption

v1.6.1
70%
v1.0.1
15%
v1.0.0
14%

Release Timeline

3 releasessince 2020
J
F
M
A
M
J
J
A
S
O
N
D
2020
3
2021
2022
2023
2024
2025
2026
Less
More

Feature Flags

stdrayonserde-1test_debugtest_low_transition_point

README

Loading README...

Maintainers

Dependencies
12
direct dependencies
Dependents
5
crates depend on indexmap-amortized

Similar Crates