skp-validator 0.1.0

The most advanced, flexible and modular validation library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# skp-validator

The most advanced, flexible, and high-performance validation library for Rust.

## Features

- **Declarative**: Use attributes on your structs.
- **Modern**: Fully optimized for **Rust 2024 Edition**.
- **Fast**: Capable of validating millions of fields per second.
- **Extensible**: Add custom rules and framework adapters easily.

For full documentation and examples, please visit the [main repository](https://github.com/sachin/skp-validator).