validators 0.24.3

This is a library for validating and modeling user input and this crate provides models, function, traits, errors and other dependencies.
Documentation
#[derive(Debug, Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
#[allow(clippy::upper_case_acronyms)]
pub enum Protocol {
    HTTP,
    HTTPS,
    FTP,
}