awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Rust Validation Libraries

Ranking updated Jul 13, 2026

We curate open-source GitHub repositories matching “best rust validation libraries”. Results are ranked by relevance to your query — pick filters below to narrow, or refine with AI.

Rust Validation Libraries

Find the best repos with AI.We'll search the best matching repositories with AI.
  • keats/validatorKeats avatar

    Keats/validator

    2,488View on GitHub↗

    This library is a declarative validation framework for Rust that enforces data integrity and business rules on structured data models. It utilizes procedural macros to transform attribute-based annotations into executable validation logic, ensuring that data structures adhere to defined constraints before processing. The framework distinguishes itself by performing validation at compile time, which eliminates runtime overhead and provides strict type checking for all rules. It supports recursive traversal of nested data structures and collections, ensuring that every level of a hierarchy is v

    This library provides a declarative, macro-based framework for enforcing data integrity and business rules on Rust structs, perfectly matching the requirements for robust, type-safe input validation.

    RustDeclarative Validation FrameworksData Validation Frameworks
    View on GitHub↗2,488

Related searches

  • a data validation library for Go
  • a java library for data validation
  • a library for validating data in PHP
  • a lightweight validation library for JavaScript
  • a data validation library using Python type hints
  • a testing framework for Rust projects
  • a library for managing configuration in Rust
  • a library for parsing YAML in Rust