modular-bitfield 0.11.2

Allows to easily define bitfield types with modular building blocks.
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[[bench]]
harness = false
name = "cmp_handwritten"
path = "benches/cmp_handwritten.rs"

[[bench]]
harness = false
name = "cmp_bitfield_crate"
path = "benches/cmp_bitfield_crate.rs"

[[bin]]
name = "playground"
path = "playground.rs"

[dependencies.modular-bitfield-impl]
version = "0.11.2"

[dependencies.static_assertions]
version = "1.1"

[dev-dependencies.bitfield]
version = "0.13"

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

[dev-dependencies.trybuild]
version = "1.0"

[package]
authors = ["Robin Freyler <robinfreyler@web.de>"]
autotests = false
categories = ["data-structures", "no-std"]
description = "Allows to easily define bitfield types with modular building blocks."
documentation = "https://docs.rs/modular-bitfield"
edition = "2018"
keywords = ["bitfield", "bit", "bitfields"]
license = "MIT/Apache-2.0"
name = "modular-bitfield"
readme = "README.md"
repository = "https://github.com/robbepop/modular-bitfield"
version = "0.11.2"

[profile.bench]
codegen-units = 1

[[test]]
name = "tests"
path = "tests/progress.rs"