fielder 0.2.0

Efficient and precise bitfields
Documentation
[dependencies.fielder-proc]
version = "0.1.2"

[dev-dependencies.defmt]
version = "0.3.10"

[features]
defmt = ["fielder-proc/defmt"]

[lib]
name = "fielder"
path = "src/lib.rs"

[lints.clippy]
cargo = "deny"
complexity = "warn"
perf = "warn"
suspicious = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Efficient and precise bitfields"
edition = "2021"
keywords = ["no_std", "bitflag", "bitfield"]
license = "MIT OR Apache-2.0"
name = "fielder"
readme = "README.md"
repository = "https://github.com/jack-weilage/fielder"
version = "0.2.0"

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