[ bianca ]
[ 源代码: rust-hashbag ]
软件包:librust-hashbag-dev(0.1.12-3)
unordered multiset using a hash bag - Rust source code
HashBag provides an unordered multiset/bag implementation backed by HashMap.
A bag, unlike a set, allows duplicate values, and keeps track of how many duplicates each value holds. This type of collection is often referred to as an unordered multiset (see also C++'s std::unordered_multiset).
This package contains the source for the Rust hashbag crate, for use with cargo.
其他与 librust-hashbag-dev 有关的软件包
|
|
|
|
-
- dep: librust-serde-1+default-dev
- 软件包暂时不可用