#validation #document #traits #derived #path #derive

document_validator

A small library to help you implement document validation

4 releases

0.1.3 Feb 28, 2024
0.1.2 Feb 27, 2024
0.1.1 Feb 27, 2024
0.1.0 Feb 26, 2024

#1366 in Rust patterns

28 downloads per month

MIT license

11KB
254 lines

document_validator

A small library for document validation. It includes a trait called Document, which can be derived by giving its derive attribute helper the path to a validator function


lib.rs:

A small library for document validation. It includes a trait called Document, which can be derived by giving its derive attribute helper the path to a validator function

Dependencies

~125KB