bitstructs 0.1.0

Defining type-safe bitfield structures that can be used in both `std` and `no_std` environments.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "bitstructs"
version = "0.1.0"
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.0" }

[features]
no_std = []

[dev-dependencies]
rand = "0.9.0"