sova-vld 0.1.4

vld validation integration for Sova
Documentation
[![crates.io](https://img.shields.io/crates/v/sova-vld?style=for-the-badge)](https://crates.io/crates/sova-vld)
[![downloads](https://img.shields.io/crates/d/sova-vld?style=for-the-badge)](https://crates.io/crates/sova-vld)
[![docs.rs](https://img.shields.io/docsrs/sova-vld?style=for-the-badge)](https://docs.rs/sova-vld)
[![License](https://img.shields.io/crates/l/sova-vld?style=for-the-badge)](https://github.com/s00d/sova/blob/master/LICENSE)
[![Donate](https://img.shields.io/badge/Donate-Donationalerts-ff4081?style=for-the-badge)](https://www.donationalerts.com/r/s00d88)

# sova-vld

vld validation integration for Sova.

Part of [Sova](https://crates.io/crates/sova) — Express-like HTTP for Rust.

**Guide:** [https://s00d.github.io/sova/plugins/vld](https://s00d.github.io/sova/plugins/vld)  
**API:** [https://docs.rs/sova-vld](https://docs.rs/sova-vld)

## Install

Via the facade (recommended):

```bash
cargo add sova --features vld
```

Or direct:

```bash
cargo add sova-vld
```

## License

MIT — see [LICENSE](LICENSE).