Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Add jsonschema-rs to Rust implementations #328

Merged
merged 1 commit into from
Jun 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions _data/validator-libraries-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@
date-draft:
draft: [7, 6, 4]
license: MIT
- name: Rust
implementations:
- name: jsonschema-rs
url: https://github.com/Stranger6667/jsonschema-rs
notes: Fast due to compiling schema into a validation tree
date-draft:
draft: [7, 6]
license: MIT
- name: Objective-C
implementations:
- name: DSJSONSchemaValidation
Expand Down