actix-web-validator 0.1.0

Validation mechanism for actix-web
Documentation

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:

[dependencies]
actix-web-validator = "0.1.0"

License

actix-web-validator is licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)