| Crates.io | preserves2 |
| lib.rs | preserves2 |
| version | 1.996.0 |
| created_at | 2024-09-11 09:56:39.206357+00 |
| updated_at | 2024-09-26 10:45:32.66088+00 |
| description | Implementation of the Preserves serialization format. |
| homepage | https://preserves.dev/ |
| repository | https://gitlab.com/preserves/preserves-rs |
| max_upload_size | |
| id | 1371775 |
| size | 414,335 |
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
preserves-schema, which implements Preserves
Schema;preserves-path, which implements Preserves
Path; andpreserves-tools, which provides command-line
utilities for working with Preserves, in particular
preserves-tool, a kind of Preserves
Swiss-army knife.It also includes Serde support (modules [de], [ser], [symbol], [set]).