Docs.rs
  • validators-0.25.3
    • validators 0.25.3
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • magiclen
    • Dependencies
      • byte-unit ^5.1 normal optional
      • data-encoding ^2.5 normal optional
      • idna ^0.5 normal optional
      • phonenumber ^0.3 normal optional
      • regex ^1 normal optional
      • rocket ^0.5 normal optional
      • semver ^1 normal optional
      • serde ^1 normal optional
      • serde_json ^1 normal optional
      • str-utils ^0.1 normal optional
      • url ^2 normal optional
      • validators-derive ^0.25 normal optional
      • lazy_static ^1.4 dev
      • once_cell ^1.19 dev
    • Versions
    • 61.11% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

validators0.25.3

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Derive Macros

List of all items

Structs

  • Result
  • errors::BooleanError
  • errors::RegexError
  • errors::SemverError
  • errors::UrlError

Enums

  • errors::Base32DecodedError
  • errors::Base32Error
  • errors::Base64DecodedError
  • errors::Base64Error
  • errors::Base64UrlDecodedError
  • errors::Base64UrlError
  • errors::BitError
  • errors::ByteError
  • errors::DomainError
  • errors::EmailError
  • errors::HostError
  • errors::HttpFtpURLError
  • errors::HttpURLError
  • errors::IpError
  • errors::Ipv4Error
  • errors::Ipv6Error
  • errors::JsonError
  • errors::LengthError
  • errors::LineError
  • errors::MacAddressError
  • errors::NumberError
  • errors::PhoneError
  • errors::SignedIntegerError
  • errors::TextError
  • errors::UnsignedIntegerError
  • errors::UuidError
  • models::Host
  • models::Protocol

Traits

  • traits::CollectionLength
  • traits::QualifyDomain
  • traits::ToEmailString
  • traits::ToJsonString
  • traits::ToMacAddressString
  • traits::ToUriAuthorityString
  • traits::ToUuidString
  • traits::ValidateBoolean
  • traits::ValidateBytes
  • traits::ValidateChar
  • traits::ValidateJsonValue
  • traits::ValidateLength
  • traits::ValidateNumber
  • traits::ValidateSignedInteger
  • traits::ValidateString
  • traits::ValidateUnsignedInteger

Derive Macros

  • Validator
  • prelude::Validator

Functions

  • functions::is_at_least_two_labels_domain
  • functions::is_local_domain
  • functions::is_local_ip
  • functions::is_local_ipv4
  • functions::is_local_ipv6
  • functions::parse_ipv4_allow_an_ended_dot