{"id":16936403,"url":"https://github.com/jonhoo/hashbag","last_synced_at":"2025-05-16T11:05:31.035Z","repository":{"id":37490182,"uuid":"238790242","full_name":"jonhoo/hashbag","owner":"jonhoo","description":"An unordered multiset/bag implementation backed by HashMap","archived":false,"fork":false,"pushed_at":"2025-03-11T11:15:55.000Z","size":132,"stargazers_count":67,"open_issues_count":2,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-15T01:49:08.691Z","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/jonhoo.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":"2020-02-06T21:40:06.000Z","updated_at":"2025-03-04T12:20:52.000Z","dependencies_parsed_at":"2024-06-21T05:43:25.346Z","dependency_job_id":"2d90ae3e-6f03-4a1a-86b4-d47374d2592c","html_url":"https://github.com/jonhoo/hashbag","commit_stats":{"total_commits":146,"total_committers":19,"mean_commits":7.684210526315789,"dds":0.3835616438356164,"last_synced_commit":"d03b70d8df8a21f8c5eb1a04cd504b6fc7278373"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fhashbag","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fhashbag/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fhashbag/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonhoo%2Fhashbag/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonhoo","download_url":"https://codeload.github.com/jonhoo/hashbag/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254518384,"owners_count":22084374,"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-13T20:56:52.902Z","updated_at":"2025-05-16T11:05:26.022Z","avatar_url":"https://github.com/jonhoo.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/v/hashbag.svg)](https://crates.io/crates/hashbag)\n[![Documentation](https://docs.rs/hashbag/badge.svg)](https://docs.rs/hashbag/)\n[![codecov](https://codecov.io/gh/jonhoo/hashbag/graph/badge.svg?token=ld3GTa1Fqq)](https://codecov.io/gh/jonhoo/hashbag)\n[![Dependency status](https://deps.rs/repo/github/jonhoo/hashbag/status.svg)](https://deps.rs/repo/github/jonhoo/hashbag)\n\nAn unordered multiset/bag implementation backed by `HashMap`.\n\nA bag, unlike a set, allows duplicate values, and keeps track of how many\nduplicates each value holds. This type of collection is often referred to\nas an unordered multiset (see also C++'s [`std::unordered_multiset`]).\n\n  [`std::unordered_multiset`]: http://www.cplusplus.com/reference/unordered_set/unordered_multiset/\n\n## License\n\nLicensed under either of\n\n * Apache License, Version 2.0\n   ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n * MIT license\n   ([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\ndual licensed as above, without any additional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonhoo%2Fhashbag","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonhoo%2Fhashbag","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonhoo%2Fhashbag/lists"}