bitstructs 0.1.2

Defining type-safe bitfield structures that can be used in both `std` and `no_std` environments.
Documentation
[package]
name = "bitstructs"
version = "0.1.2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Update version.
# - Create "bitstructs-v0.1.x" git tag.
edition = "2024"
license = "MIT"
description = "Defining type-safe bitfield structures that can be used in both `std` and `no_std` environments."
keywords = ["no_std", "bitfield", "bitstruct", "bitstructs"]
repository = "https://github.com/small-white0-0/bitstructs"

[dependencies]
bitstructs_macro = { path = "../bitstructs_macro", version = "0.1.2" }

[features]
no_std = []

[dev-dependencies]
rand = "0.9.0"