# Rust Validation Libraries

> AI-ranked search results for `best rust validation libraries` on awesome-repositories.com — ordered by an LLM for relevance, best match first. 110 total matches; showing the top 1.

Explore on the web: https://awesome-repositories.com/q/best-rust-validation-libraries

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [this search on awesome-repositories.com](https://awesome-repositories.com/q/best-rust-validation-libraries).**

## Results

- [keats/validator](https://awesome-repositories.com/repository/keats-validator.md) (2,488 ⭐) — 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
