Registry / serialization / preserves

preserves

JSON →
library4.996.0rscratesunverified

Implementation of the Preserves serialization format for structured data.

# Cargo.toml [dependencies] preserves = "4.996.0"
INSTALL
IMPORT
SIG · PRESERVES
P
preserves
serializationrustv4.996.0
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.

Value
use preserves::value::Value;

Creates a Preserves symbol value and prints it.

use preserves::value::Value; fn main() { let val = Value::Symbol("example".into()); println!("{:?}", val); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.996.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
14
Resources
preserves — cargo add preserves · libregistry