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

[rust-url]: https://github.com/servo/rust-url
[Serde]: https://github.com/serde-rs/serde
[urlencoded]: https://github.com/nox/serde_urlencoded
[qs]: https://www.npmjs.com/package/qs
[Rake]: http://www.rubydoc.info/github/rack/rack/Rack/Utils#parse_nested_query-class_method

Installation
============

This crate works with Cargo and can be found on
[crates.io] with a `Cargo.toml` like:

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

[crates.io]: https://crates.io/crates/actix-web-validator

## License

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