- librust-serde-1+default-dev
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.
Installed Size: 85.0 kB
Architectures: all