Registry / serialization / binary-stream

binary-stream

JSON →
library10.0.0rscratesunverified

Binary stream reader and writer for efficient I/O operations.

# Cargo.toml [dependencies] binary-stream = "10.0.0"
INSTALL
IMPORT
SIG · BINARY-STREAM
B
binary-stream
serializationrustv10.0.0
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.

BinaryStream
use binary_stream::BinaryStream;

Creates a binary stream and writes a 32-bit integer.

use binary_stream::BinaryStream; fn main() { let mut stream = BinaryStream::new(); stream.write_u32(42).unwrap(); println!("Written 42"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
10.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
binary-stream — cargo add binary-stream · libregistry