套件:librust-indexmap+serde-dev(1.3.2-1)
librust-indexmap+serde-dev 的相關連結
Debian 的資源:
下載原始碼套件 rust-indexmap:
維護小組:
相似套件:
- librust-indexmap+serde-1-dev
- librust-indexmap+rayon-dev
- librust-indexmap-dev
- librust-ordermap+serde-dev
- librust-ordermap+serde-1-dev
- librust-linked-hash-map+serde-dev
- librust-linked-hash-map+heapsize-dev
- librust-linked-hash-map+heapsize-impl-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 "serde" and 1 more
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 "serde" for the Rust indexmap crate, by pulling in any additional dependencies needed by that feature.
Additionally, this package also provides the "serde-1" feature.
其他與 librust-indexmap+serde-dev 有關的套件
|
|
|
|
-
- dep: librust-indexmap-dev (= 1.3.2-1)
- Hash table with consistent order and fast iteration - Rust source code
-
- dep: librust-serde-1+default-dev
- 套件暫時不可用