actix-web-jsonschema
This crate is a Rust library for providing validation mechanism to actix-web with jsonschema crate.
More information about this crate can be found in the crate documentation.
Installation
This crate works with Cargo and can be found on crates.io with a Cargo.toml like:
[]
= { = "4", = ["macros"] }
= { = "1", = ["validator"] }
= { = "1", = ["derive"] }
= { = "0.8" }
= { = "0.16", = ["derive"] }
Supported extractors
Example
use ;
use Deserialize;
use JsonSchema;
use Validate;
use Query;
async
License: MIT