rustlavel-validation 0.7.1

Rustlavel validation: Laravel-style rules with 422 JSON error responses
Documentation
# rustlavel-validation

Rustlavel validation: Laravel-style rules with 422 JSON error responses.

Part of [Rustlavel](https://github.com/advancedynamic/rustlavel), a full-stack web
framework for Rust written from scratch — no Axum, no hyper, no SeaORM. Tokio is the
only large dependency.

## Using it

Enable it through the meta-crate rather than depending on this one directly, so the
versions stay in step:

```toml
[dependencies]
rustlavel = { version = "0.7", features = ["validation"] }
```

## Documentation

- [API documentation]https://docs.rs/rustlavel-validation
- [The framework]https://github.com/advancedynamic/rustlavel, including the roadmap
  and the design rules this crate is written under

## Licence

MIT.