validators 0.22.5

This is a library for validating and modeling user input and this crate provides models, function, traits, errors and other dependencies used with the `validators-derive` crate.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(all(feature = "std", feature = "idna"))]
mod host;
#[cfg(all(feature = "std", feature = "idna"))]
pub use host::*;

#[cfg(feature = "http_ftp_url")]
mod protocol;
#[cfg(feature = "http_ftp_url")]
pub use protocol::*;