mexset 0.1.0

Implementing a set with MEX support
Documentation
[[bench]]
harness = false
name = "benchmarks"
[dependencies.num]
version = "0.4.0"

[dependencies.rustc-hash]
version = "1.1.0"
[dev-dependencies.criterion]
version = "0.3.4"

[lib]
bench = false
name = "mexset"

[package]
authors = ["PrototypeRailGun"]
description = "Implementing a set with MEX support"
edition = "2018"
homepage = "https://github.com/PrototypeRailGun/mexset"
license = "MIT"
name = "mexset"
readme = "README.md"
repository = "https://github.com/PrototypeRailGun/mexset"
version = "0.1.0"