[dependencies.bitstructs_macro]
version = "0.2.0"
[dev-dependencies.rand]
version = "0.9.0"
[features]
no_std = []
[lib]
name = "bitstructs"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Defining type-safe bitfield structures that can be used in both `std` and `no_std` environments."
edition = "2024"
exclude = ["tests", "examples"]
keywords = ["no_std", "bitfield", "bitstruct", "bitstructs"]
license = "MIT"
name = "bitstructs"
readme = "README.md"
repository = "https://github.com/small-white0-0/bitstructs"
version = "0.2.0"