Registry / serialization / serde-byte-array

serde-byte-array

JSON →
library0.1.2rscratesunverified

Optimized handling of `[u8; N]` for Serde

# Cargo.toml [dependencies] serde-byte-array = "0.1.2"
INSTALL
IMPORT
SIG · SERDE-BYTE-ARRAY
S
serde-byte-array
serializationrustv0.1.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.

ByteArray
use serde_byte_array::ByteArray;

Creates a new byte array wrapper for efficient Serde serialization.

use serde_byte_array::ByteArray; fn main() { let arr = ByteArray::new([1u8; 32]); println!("{:?}", arr); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
serde-byte-array — cargo add serde-byte-array · libregistry