Registry / serialization / byteserde

byteserde

JSON →
library0.6.2rscratesunverified

A generic serialization/deserialization framework for mapping byte streams to/from arbitrary struct types with focus on performance.

# Cargo.toml [dependencies] byteserde = "0.6.2"
INSTALL
IMPORT
SIG · BYTESERDE
B
byteserde
serializationrustv0.6.2
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.

ByteSerde
✓ use byteserde::ByteSerde;

Deserialize a byte stream into a struct.

use byteserde::ByteSerde; fn main() { let data = vec![0u8; 10]; let _ = ByteSerde::deserialize(&data); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
OpenAI (training)
1
Resources
byteserde — cargo add byteserde · libregistry