yabf 0.1.1

yet another bit field
Documentation
[[bench]]
harness = false
name = "bench"

[[example]]
name = "stress_test"
path = "src/stress_test.rs"
[dependencies.smallvec]
optional = true
version = "^1.6.1"
[dev-dependencies.criterion]
version = "^0.3.4"

[dev-dependencies.fnv]
version = "^1.0.7"

[dev-dependencies.itertools]
version = "^0.10.0"

[dev-dependencies.num-bigint]
version = "^0.4.0"

[dev-dependencies.rand]
version = "^0.8.3"

[dev-dependencies.rand_chacha]
version = "^0.3.0"

[features]
default = ["impl_smallvec"]
impl_smallvec = ["smallvec"]

[package]
authors = ["eadf"]
description = "yet another bit field"
edition = "2018"
keywords = ["bitfield"]
license = "MIT OR Apache-2.0"
name = "yabf"
readme = "README.md"
repository = "https://github.com/eadf/yabf.rs"
version = "0.1.1"