preserves2

Crates.iopreserves2
lib.rspreserves2
version1.996.0
sourcesrc
created_at2024-09-11 09:56:39.206357
updated_at2024-09-26 10:45:32.66088
descriptionImplementation of the Preserves serialization format.
homepagehttps://preserves.dev/
repositoryhttps://gitlab.com/preserves/preserves-rs
max_upload_size
id1371775
size414,335
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: 377

cargo fmt