preserves

Crates.iopreserves
lib.rspreserves
version
sourcesrc
created_at2019-09-17 10:44:44.39692+00
updated_at2025-03-24 20:55:36.831804+00
descriptionImplementation of the Preserves serialization format.
homepagehttps://preserves.dev/
repositoryhttps://gitlab.com/preserves/preserves-rs
max_upload_size
id165399
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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::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]).

Commit count: 377

cargo fmt