Registry / serialization / bondrewd

bondrewd

JSON →
library0.1.14rscratesunverified

Bit-level field packing with proc macros for efficient binary data layout.

# Cargo.toml [dependencies] bondrewd = "0.1.14"
INSTALL
IMPORT
SIG · BONDREWD
B
bondrewd
serializationrustv0.1.14
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BitStruct
use bondrewd::BitStruct;

Define a bit-level packed struct using the BitStruct derive macro.

use bondrewd::BitStruct; #[derive(BitStruct)] struct MyStruct { field1: u8, field2: u16, } fn main() { let _s = MyStruct { field1: 0, field2: 0 }; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Meta
1
OpenAI (training)
1
Resources