struct-validation 0.1.1

A simple trait and derive to validate structs and return a list of errors.
Documentation
1
2
pub use struct_validation_core::*;
pub use struct_validation_derive::Validate;