Expand description
Validation and filtering system
This module provides a declarative approach to validating and filtering entity data before it reaches the handlers. It integrates seamlessly with the entity macro system.
Re-exports§
pub use config::EntityValidationConfig;pub use extractor::Validated;
Modules§
- config
- Entity validation configuration
- extractor
- Axum extractor for validated entities
- filters
- Reusable field filters
- validators
- Reusable field validators