{"id":16664187,"url":"https://github.com/jmitchell/multiset","last_synced_at":"2025-03-21T17:32:07.420Z","repository":{"id":57642018,"uuid":"33086776","full_name":"jmitchell/multiset","owner":"jmitchell","description":"Multiset/bag implementation in Rust","archived":false,"fork":false,"pushed_at":"2023-09-02T16:48:58.000Z","size":43,"stargazers_count":9,"open_issues_count":7,"forks_count":10,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T03:14:43.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmitchell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-29T19:51:48.000Z","updated_at":"2022-12-26T22:11:50.000Z","dependencies_parsed_at":"2024-10-28T11:27:49.653Z","dependency_job_id":"ff386a52-ad14-402d-96d0-fe16a85ce685","html_url":"https://github.com/jmitchell/multiset","commit_stats":{"total_commits":27,"total_committers":6,"mean_commits":4.5,"dds":0.5185185185185186,"last_synced_commit":"91ef8550b518f75ae87ae0d8771150f259fd34d5"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmitchell%2Fmultiset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmitchell%2Fmultiset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmitchell%2Fmultiset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmitchell%2Fmultiset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmitchell","download_url":"https://codeload.github.com/jmitchell/multiset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244838574,"owners_count":20518834,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T10:44:13.324Z","updated_at":"2025-03-21T17:32:07.097Z","avatar_url":"https://github.com/jmitchell.png","language":"Rust","readme":"# Multiset [![Crates.io](https://img.shields.io/crates/v/multiset.svg?maxAge=86400)](https://crates.io/crates/multiset) [![Docs](https://docs.rs/multiset/badge.svg)](https://docs.rs/multiset) [![Build Status](https://travis-ci.org/jmitchell/multiset.svg?branch=master)](https://travis-ci.org/jmitchell/multiset)\n\nA multiset is an unordered collection of values. They are also known as bags.\n\nUnlike sets where each value is either included or not, multisets permit duplicates. Consequently, they're useful for maintaining a count of distinct values.\n\nSee the documentation of [HashMultiSet](https://docs.rs/multiset/0.0.5/multiset/struct.HashMultiSet.html) for examples.\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any\nadditional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmitchell%2Fmultiset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmitchell%2Fmultiset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmitchell%2Fmultiset/lists"}