Docs.rs
  • validatron-0.5.0
    • validatron 0.5.0
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • nickpascucci
    • spire-ffoston
    • spire-josh-singer
    • Dependencies
      • indexmap ^1 normal optional
      • serde ^1.0 normal optional
      • thiserror ^1.0 normal
      • validatron_derive ^0.5.0 normal
      • serde_yaml ^0.9 dev
    • Versions
    • 100% 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

validatron0.5.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Derive Macros

List of all items

Structs

  • error::ErrorBuilder

Enums

  • error::Error
  • error::Location

Traits

  • Validate

Derive Macros

  • Validate

Functions

  • validators::is_equal
  • validators::is_max_length
  • validators::is_min_length
  • validators::is_required
  • validators::max
  • validators::min
  • validators::option_max
  • validators::option_min

Type Aliases

  • Result