modern-multiset 1.0.0

A hash multiset implementation.
Documentation
  • Coverage
  • 100%
    3 out of 3 items documented0 out of 0 items with examples
  • Size
  • Source code size: 19.97 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 629.57 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ISibboI/modern-multiset
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ISibboI

Modern Multiset Crates.io Docs

A multiset is an unordered collection of values.

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 GPL version 3.

The original version of this code was published by jmitchell under both the MIT license and the Apache License version 2.0.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, is provided to the crate author under the terms of the MIT license. The crate author integrates them into the code, providing the result to you and anyone else under the GPLv3 license.