preserves

Crates.iopreserves
lib.rspreserves
version5.0.0-rc.7
created_at2019-09-17 10:44:44.39692+00
updated_at2025-07-22 14:39:03.390806+00
descriptionImplementation of the Preserves serialization format.
homepagehttps://preserves.dev/
repositoryhttps://gitlab.com/preserves/preserves-rs
max_upload_size
id165399
size461,908
Tony Garnock-Jones (tonyg)

documentation

README

cargo add preserves

This crate (preserves on crates.io) implements Preserves for Rust. It provides the core semantics as well as both the [human-readable text syntax][crate::text] (a superset of JSON) and [machine-oriented binary format][crate::packed] (including canonicalization) for Preserves.

This crate is the foundation for others such as

It also includes Serde support (modules [de], [ser], [symbol], [set]).

Commit count: 467

cargo fmt