Registry / serialization / bytestream

bytestream

JSON →
library0.4.1rscratesunverified

Provides a convenient way of writing binary data to a buffer.

# Cargo.toml [dependencies] bytestream = "0.4.1"
INSTALL
IMPORT
SIG · BYTESTREAM
B
bytestream
serializationrustv0.4.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.

ByteWriter
✓ use bytestream::ByteWriter;

Write binary data to a buffer using ByteWriter.

use bytestream::ByteWriter; fn main() { let mut writer = ByteWriter::new(); writer.write_u8(42); writer.write_u16(256); let _bytes = writer.into_vec(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
24
OpenAI (training)
1
Resources
bytestream — cargo add bytestream · libregistry