Registry / serialization / binout

binout

JSON →
library0.3.1rscratesunverified

The library for binary serialization/deserialization of integers and arrays of integers.

# Cargo.toml [dependencies] binout = "0.3.1"
INSTALL
IMPORT
SIG · BINOUT
B
binout
serializationrustv0.3.1
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.

BinOut
use binout::BinOut;

Serialize an array of integers to binary

use binout::BinOut; fn main() { let data = vec![1u32, 2, 3]; let bytes = BinOut::to_bytes(&data).unwrap(); println!("Serialized: {:?}", bytes); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
binout — cargo add binout · libregistry