preserves/implementations/rust/preserves
Tony Garnock-Jones 1a2657fe33 Simplify and firm up test suite. Known failures: TS, wrt bigint 2023-10-30 17:28:33 +01:00
..
benches cargo fmt 2023-07-21 18:15:30 +02:00
doc Fix up cheat sheets 2023-10-29 22:11:43 +01:00
examples cargo fmt 2023-07-21 18:15:30 +02:00
src Test cases and implementation updates for delimiters following Boolean and SymbolOrNumber. Closes #47 2023-10-29 21:04:52 +01:00
tests Simplify and firm up test suite. Known failures: TS, wrt bigint 2023-10-30 17:28:33 +01:00
Cargo.toml Bump versions manually again 2023-10-29 21:47:06 +01:00
Makefile make test target 2021-06-30 15:05:44 +02:00
README.md Progress on documenting preserves-schema 2023-10-27 13:26:52 +02:00

README.md

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]).