#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

#1475 in Rust patterns

Download history 269/week @ 2024-02-22 99/week @ 2024-02-29 12/week @ 2024-03-07 1/week @ 2024-03-14 16/week @ 2024-03-28 12/week @ 2024-04-04

128 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

~120KB