actix-web-validator
This crate is a Rust library for providing validation mechanism to actix-web with Validator crate
Installation
This crate works with Cargo and can be found on
crates.io with a Cargo.toml
like:
Supported extractors:
-
actix_web::web::Json
-
actix_web::web::Query
-
actix_web::web::Path
-
actix_web::web::Form
-
serde_qs::actix::QsQuery
Supported actix_web
versions:
- For actix-web-validator
0.*
supported version of actix-web is1.*
- For actix-web-validator
1.*
supported version of actix-web is2.*
- For actix-web-validator
2.*
supported version of actix-web is3.*
- For actix-web-validator
3.*
supported version of actix-web is4.*
Example:
License
actix-web-validator is licensed under MIT license (LICENSE or #404)