Registry / serialization / serde-hashkey

serde-hashkey

JSON →
library0.4.5rscratesunverified

Space efficient, in-memory serde serialization which supports hashing.

# Cargo.toml [dependencies] serde-hashkey = "0.4.5"
INSTALL
IMPORT
SIG · SERDE-HASHKEY
S
serde-hashkey
serializationrustv0.4.5
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_value
use serde_hashkey::to_value;

Serializes a value into a space-efficient hashable representation.

use serde_hashkey::to_value; fn main() { let value = to_value(&42).unwrap(); println!("Serialized: {:?}", value); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.5latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
3 hits · last 30 days
node
2
Amazon
1
Resources
serde-hashkey — cargo add serde-hashkey · libregistry