modern-multiset

Crates.iomodern-multiset
lib.rsmodern-multiset
version
sourcesrc
created_at2024-12-21 10:35:26.116255+00
updated_at2024-12-21 10:39:11.686363+00
descriptionA hash multiset implementation.
homepage
repositoryhttps://github.com/ISibboI/multiset
max_upload_size
id1490929
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(ISibboI)

documentation

README

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.

Commit count: 49

cargo fmt