5 releases

Uses old Rust 2015

0.0.5 Jan 10, 2019
0.0.4 Jul 4, 2017
0.0.3 Mar 31, 2015
0.0.2 Mar 29, 2015
0.0.1 Mar 29, 2015

#929 in Data structures

Download history 724/week @ 2023-12-11 1118/week @ 2023-12-18 469/week @ 2023-12-25 582/week @ 2024-01-01 731/week @ 2024-01-08 927/week @ 2024-01-15 575/week @ 2024-01-22 514/week @ 2024-01-29 675/week @ 2024-02-05 647/week @ 2024-02-12 720/week @ 2024-02-19 779/week @ 2024-02-26 681/week @ 2024-03-04 771/week @ 2024-03-11 889/week @ 2024-03-18 1086/week @ 2024-03-25

3,494 downloads per month
Used in 209 crates (8 directly)

Apache-2.0

17KB
239 lines

Multiset Crates.io Docs Build Status

A multiset is an unordered collection of values. They are also known as bags.

Unlike sets where each value is either included or not, multisets permit duplicates. Consequently, they're useful for maintaining a count of distinct values.

See the documentation of HashMultiSet for examples.

License

Licensed under Apache License, Version 2.0, (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

No runtime deps