bitstructs 0.1.2

Defining type-safe bitfield structures that can be used in both `std` and `no_std` environments.
Documentation
[dependencies.bitstructs_macro]
version = "0.1.2"

[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"
keywords = ["no_std", "bitfield", "bitstruct", "bitstructs"]
license = "MIT"
name = "bitstructs"
readme = "README.md"
repository = "https://github.com/small-white0-0/bitstructs"
version = "0.1.2"

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

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

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

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

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