2 stable releases
1.996.0 | Sep 26, 2024 |
---|---|
1.995.1 | Sep 11, 2024 |
#1930 in Encoding
176 downloads per month
265KB
6.5K
SLoC
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 (a superset of JSON) and machine-oriented binary
format (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 particularpreserves-tool
, a kind of Preserves Swiss-army knife.
It also includes Serde support (modules [de], [ser], [symbol], [set]).
Dependencies
~3.5–5MB
~94K SLoC