Registry / serialization / byte
library0.2.7rscratesunverified

A low-level, zero-copy and panic-free serializer and deserializer for binary.

# Cargo.toml [dependencies] byte = "0.2.7"
INSTALL
IMPORT
SIG · BYTE
B
byte
serializationrustv0.2.7
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.

BytesExt
use byte::BytesExt;

Reads a string from bytes using zero-copy deserialization

use byte::BytesExt; fn main() { let bytes = b"hello"; let result: Result<&str, _> = bytes.read_with(&mut 0, byte::BE); println!("{:?}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.7latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Amazon
1
OpenAI (training)
1
Resources
byte — cargo add byte · libregistry