preserves

Crates.iopreserves
lib.rspreserves
version4.995.2
sourcesrc
created_at2019-09-17 10:44:44.39692
updated_at2024-04-12 17:50:55.375875
descriptionImplementation of the Preserves serialization format via serde.
homepagehttps://preserves.dev/
repositoryhttps://gitlab.com/preserves/preserves-rs
max_upload_size
id165399
size425,215
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::value::text] (a superset of JSON) and [machine-oriented binary format][crate::value::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: 353

cargo fmt