preserves 5.0.0-rc.5

Implementation of the Preserves serialization format.
Documentation
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]).