referencing

Crates.ioreferencing
lib.rsreferencing
version
sourcesrc
created_at2024-09-29 14:25:39.045526
updated_at2024-12-31 11:10:33.702139
descriptionAn implementation-agnostic JSON reference resolution library for Rust.
homepage
repositoryhttps://github.com/Stranger6667/jsonschema
max_upload_size
id1390891
Cargo.toml error:TOML parse error at line 19, column 1 | 19 | 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
Dmitry Dygalo (Stranger6667)

documentation

README

jsonschema-referencing

crates.io docs.rs

An implementation-agnostic JSON reference resolution library for Rust.

Features and Design

  • Eagerly resolves all external references
  • Does not support on-demand resolving of external references

Acknowledgements

This crate is heavily inspired by the Python referencing package. We extend our gratitude to its authors for their excellent work and design.

Commit count: 862

cargo fmt