Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

crates.io : indexmap-amortized

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.

Registry - Source - Documentation - JSON
purl: pkg:cargo/indexmap-amortized
Keywords: no_std, hashmap
License: Apache-2.0,MIT
Latest release: over 3 years ago
First release: almost 4 years ago
Dependent packages: 2
Dependent repositories: 3
Downloads: 4,612 total
Stars: 14 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 days ago

    Loading...
    Readme
    Loading...