[package]
edition = "2024"
name = "bitfld"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Renamed to `bitrs`. See https://crates.io/crates/bitrs."
readme = "README.md"
license = "MIT"
repository = "https://github.com/joshuaseaton/bitrs"
[lib]
name = "bitfld"
path = "src/lib.rs"
[lints.clippy]
too_many_arguments = "allow"
too_many_lines = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1