validate 0.6.0

A library to easily validate user input
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "validate"

version = "0.6.0"

authors = ["Nathan Fox <fuchsnj@gmail.com>"]

readme = "README.md"

repository = "https://github.com/fuchsnj/validate"

homepage = "https://github.com/fuchsnj/validate"

documentation = "https://github.com/fuchsnj/validate"

license = "MIT/Apache-2.0"

description = """
A library to easily validate user input
"""



[dependencies]

regex = "0.1.47"