About 56 results
Open links in new tab
  1. validator — Rust library // Lib.rs

    Jan 20, 2025 · Common validation functions (email, url, length, ...) and trait - to be used with `validator_derive`

  2. serde_valid — Rust data encoding library // Lib.rs

    Dec 18, 2025 · Validate Traits By implementing the validation trait, Your original type can uses Serde Valid validations. ... Validation Errors Format Named Struct Field errors are output to properties. ...

  3. Garde — Rust text processing library // Lib.rs

    May 23, 2026 · They are all available under garde::rules. Implementing Validate In case you have a container type for which you'd like to support nested validation (using the # [garde(dive)] rule), you …

  4. jsonschema-cli — Rust application // Lib.rs

    May 13, 2026 · Examples Validate a single instance: jsonschema validate schema.json -i instance.json Validate multiple instances and emit structured output:

  5. Verify — Rust data encoding library // Lib.rs

    Jun 21, 2020 · A validation library | Rust/Cargo package # 9 in #valid 34 downloads per month MIT license 130KB 3K SLoC Verify Basic Usage Cargo Features serde smallvec schemars Verify Verify …

  6. prost-validate-build — Rust data encoding library // Lib.rs

    Nov 26, 2025 · prost-validate-build is a crate that can be used to generate protobuf message validation from protoc-gen-validate annotations. This crate is intended to be used in a build.rs script to generate …

  7. cfn-guard — Rust utility // Lib.rs

    Mar 2, 2026 · AWS CloudFormation Guard is an open-source general-purpose policy-as-code evaluation tool. It provides developers with a simple-to-use, yet powerful and expressive domain …

  8. MailboxValidator — Rust email library // Lib.rs

    Mar 20, 2024 · Email verification package for Rust using MailboxValidator API. It validates if the email is valid, from a free provider, contains high-risk keywords, whether it's a catch-all address and so much …

  9. zod-rs — Rust utility // Lib.rs

    Apr 12, 2026 · validate_and_parse(value) - Validates and deserializes JSON value from_json(json_str) - Validates and parses from JSON string validate_json(json_str) - Validates JSON string (returns …

  10. WRKFLW — command-line utility in Rust // Lib.rs

    Apr 21, 2026 · 189 downloads per month MIT license 2MB 36K SLoC WRKFLW (CLI and Library) This crate provides the wrkflw command-line interface and a thin library surface that ties together all …