RustAPI Validate
Validation system for the RustAPI framework.
Note: This is an internal crate. You should depend on
rustapi-rsinstead.
Features
- Declarative Validation: Uses
#[derive(Validate)]on structs. - Common Rules: Email, Length, Range, Regex.
- Error Formatting: Provides standardized 422 JSON error responses.
Usage
use *;