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

Add boon validation library for Rust #503

Merged
merged 1 commit into from
Mar 2, 2023
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
6 changes: 6 additions & 0 deletions _data/validator-libraries-modern.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,12 @@
last-updated: "2022-08-31"
- name: Rust
implementations:
- name: boon
url: https://github.com/santhosh-tekuri/boon
date-draft: [2020-12, 2019-09]
draft: [7, 6, 4]
license: Apache License 2.0
last-updated: "2023-02-22"
- name: jsonschema-rs
url: https://github.com/Stranger6667/jsonschema-rs
notes: Fast due to compiling schema into a validation tree; 2019-09 and 2020-12 are partially supported
Expand Down