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 byte_ref;
pub(crate) mod common;
pub mod nested;
pub(crate) mod numeric;
pub(crate) mod slice;
pub(crate) mod slice_ref;
pub(crate) mod str_ref;
pub(crate) mod string;
pub(crate) mod value_ref;