validator 0.2.0

Common validation functions (email, url, length, ...) and trait
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "validator"
version = "0.2.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
license = "MIT"
description = "Common validation functions (email, url, length, ...) and trait"
homepage = "https://github.com/Keats/validator"
repository = "https://github.com/Keats/validator"
keywords = ["validation", "api", "validator"]

[dependencies]
url = "1.2"
regex = "0.2"
lazy_static = "0.2"
idna = "0.1"