软件包:librust-indexmap+rayon-dev(1.3.2-1)
librust-indexmap+rayon-dev 的相关链接
Debian 的资源:
下载源码包 rust-indexmap:
维护小组:
相似软件包:
- librust-indexmap+serde-1-dev
- librust-indexmap+serde-dev
- librust-indexmap-dev
- librust-ordermap+serde-dev
- librust-ordermap+serde-1-dev
- librust-linked-hash-map+heapsize-dev
- librust-linked-hash-map+heapsize-impl-dev
- librust-linked-hash-map+serde-dev
- librust-linked-hash-map+serde-impl-dev
- librust-linked-hash-map+serde-test-dev
- librust-ordermap-dev
Hash table with consistent order and fast iteration - feature "rayon"
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 metapackage enables feature "rayon" for the Rust indexmap crate, by pulling in any additional dependencies needed by that feature.
其他与 librust-indexmap+rayon-dev 有关的软件包
|
|
|
|
-
- dep: librust-indexmap-dev (= 1.3.2-1)
- Hash table with consistent order and fast iteration - Rust source code
-
- dep: librust-rayon-1+default-dev
- 软件包暂时不可用