valida 1.1.2

Modular validation system for Rust with support for nested structures and localization.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod greater_than;
pub(crate) mod less_than;
pub(crate) mod max_value;
pub(crate) mod min_value;
pub(crate) mod negative;
pub(crate) mod negative_or_zero;
pub(crate) mod positive;
pub(crate) mod positive_or_zero;
pub(crate) mod range;