uniset 0.2.4

A hierarchical, growable bit set with support for in-place atomic operations.
Documentation
[[bench]]
harness = false
name = "bitset"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.hibitset]
version = "0.6.3"

[features]
default = ["vec-safety"]
vec-safety = []

[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
categories = ["algorithms"]
description = "A hierarchical, growable bit set with support for in-place atomic operations."
documentation = "https://docs.rs/uniset"
edition = "2018"
homepage = "https://github.com/udoprog/uniset"
keywords = ["bitset", "containers"]
license = "MIT OR Apache-2.0"
name = "uniset"
readme = "README.md"
repository = "https://github.com/udoprog/uniset"
rust-version = "1.56"
version = "0.2.4"