Crates.io | modern-multiset |
lib.rs | modern-multiset |
version | |
source | src |
created_at | 2024-12-21 10:35:26.116255+00 |
updated_at | 2024-12-21 10:39:11.686363+00 |
description | A hash multiset implementation. |
homepage | |
repository | https://github.com/ISibboI/multiset |
max_upload_size | |
id | 1490929 |
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` |
size | 0 |
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.
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.
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.