软件包:librust-indexmap-dev(1.3.2-1)
Hash table with consistent order and fast iteration - Rust source code
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.
This package contains the source for the Rust indexmap crate, packaged by debcargo for use with cargo and dh-cargo.
其他与 librust-indexmap-dev 有关的软件包
|
|
|
|
-
- dep: librust-autocfg-1+default-dev
- 软件包暂时不可用
-
- sug: librust-indexmap+rayon-dev (= 1.3.2-1)
- Hash table with consistent order and fast iteration - feature "rayon"
-
- sug: librust-indexmap+serde-dev (= 1.3.2-1)
- Hash table with consistent order and fast iteration - feature "serde" and 1 more