validators-derive 0.22.4

This is a library for validating and modeling user input and this crate provides a procedural macro to define validators with optional parameters.
Documentation

validators-derive

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 36 feature flags, 34 of them enabled by default.

default

  • full

full

  • base32
  • base32_decoded
  • base64
  • base64_decoded
  • base64_url
  • base64_url_decoded
  • boolean
  • domain
  • email
  • host
  • http_url
  • http_ftp_url
  • ip
  • ipv4
  • ipv6
  • json
  • length
  • line
  • mac_address
  • number
  • phone
  • regex
  • semver
  • semver_req
  • signed_integer
  • text
  • unsigned_integer
  • url
  • uuid

base32

  • validators/base32

base32_decoded

  • validators/base32_decoded

base64

  • validators/base64

base64_decoded

  • validators/base64_decoded

base64_url

  • validators/base64_url

base64_url_decoded

  • validators/base64_url_decoded

boolean

  • validators/boolean

domain

  • validators/domain

email

  • validators/email

host

  • validators/host

http_url

  • validators/http_url

http_ftp_url

  • validators/http_ftp_url

ip

  • validators/ip

ipv4

  • validators/ipv4

ipv6

  • validators/ipv6

json

  • validators/json

length

  • validators/length

line

  • validators/line

mac_address

  • validators/mac_address

number

  • validators/number

phone

  • validators/phone
  • std
  • phonenumber

regex

  • validators/regex
  • regex-dep

semver

  • validators/semver

semver_req

  • validators/semver_req

signed_integer

  • validators/signed_integer

text

  • validators/text

unsigned_integer

  • validators/unsigned_integer

url

  • validators/url

uuid

  • validators/uuid

std

  • validators/std

phonenumber

    This feature flag does not enable additional features.

regex-dep

    This feature flag does not enable additional features.

rocket

  • validators/rocket

serde

  • validators/serde