Keats / validator

Simple validation for Rust structs
MIT License
1.97k stars 141 forks source link

UUID anyone? #276

Closed brsnik closed 5 months ago

brsnik commented 10 months ago

How come there is a validation for a credit card number but not UUIDs?

Keats commented 10 months ago

If you are using uuids, you're probably using https://github.com/uuid-rs/uuid with serde serialization so you would get errors from serde directly