purse 0.1.4

Bag data structure implementation in Rust
Documentation
[[bench]]
harness = false
name = "insertions"

[dev-dependencies.criterion]
version = "0.3"

[package]
authors = ["rauljordan"]
categories = ["data structures"]
description = "Bag data structure implementation in Rust"
edition = "2021"
homepage = "https://github.com/rauljordan/purse"
keywords = ["bag", "multiset"]
license = "MIT OR Apache-2.0"
name = "purse"
readme = "README.md"
repository = "https://github.com/rauljordan/purse"
rust-version = "1.71.0"
version = "0.1.4"