Common validation functions (email, url, length, ...) and trait to be used with `validator_derive`.
# Cargo.toml
[dependencies]
validator = "0.20.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Validates a struct with email and length constraints.
Add `validator_derive` to your Cargo.toml with the same version as `validator`.
No dependency data recorded yet.