Registry / serialization / serde-bytes

serde-bytes

JSON →
library0.11.19rscratesunverified

Optimized handling of `&[u8]` and `Vec<u8>` for Serde, providing efficient serialization and deserialization of byte buffers.

# Cargo.toml [dependencies] serde_bytes = "0.11.19"
INSTALL
IMPORT
SIG · SERDE-BYTES
S
serde-bytes
serializationrustv0.11.19
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.

Bytes
use serde_bytes::Bytes;

Creates a Bytes wrapper around a byte slice for optimized Serde handling.

use serde_bytes::Bytes; fn main() { let bytes = Bytes::new(&[1, 2, 3]); println!("Created Bytes wrapper"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.19latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
6
Amazon
1
Resources