Crate validators[−][src]
Validators
This crate provides models, function, traits, errors and other dependencies used with the validators-derive crate.
Re-exports
pub extern crate data_encoding; | 
pub extern crate idna; | 
pub extern crate phonenumber; | 
pub extern crate regex_dep as regex; | 
pub extern crate semver_dep as semver; | 
pub extern crate serde_json; | 
pub extern crate str_utils; | 
pub extern crate thiserror; | 
pub extern crate url_dep as url; | 
pub extern crate validators_options; | 
Modules
| functions | |
| models | |
| prelude | A convenience module appropriate for glob imports  | 
| traits | 
Structs
| BooleanError | |
| RegexError | |
| SemVerError | |
| SemVerReqError | |
| URLError |