Registry / serialization / serde-bench

serde-bench

JSON →
library0.0.14rscratesunverified

Minimal serialization format for benchmarking Serde.

# Cargo.toml [dependencies] serde-bench = "0.0.14"
INSTALL
IMPORT
SIG · SERDE-BENCH
S
serde-bench
serializationrustv0.0.14
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.

to_vec
use serde_bench::to_vec;

Serializes a vector using serde-bench format.

use serde_bench::to_vec; fn main() { let data = vec![1, 2, 3]; let bytes = to_vec(&data).unwrap(); println!("{:?}", bytes); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.14latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
serde-bench — cargo add serde-bench · libregistry