Registry / serialization / nuts-bytes

nuts-bytes

JSON →
library0.7.9rscratesunverified

Serialization into a binary data format.

# Cargo.toml [dependencies] nuts-bytes = "0.7.9"
INSTALL
IMPORT
SIG · NUTS-BYTES
N
nuts-bytes
serializationrustv0.7.9
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.

to_bytes
use nuts_bytes::to_bytes;

Serializes a value to bytes.

use nuts_bytes::to_bytes; fn main() { let data = to_bytes(&42u32).unwrap(); println!("{:?}", data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.9latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
nuts-bytes — cargo add nuts-bytes · libregistry