| Crates.io | mogh_validations |
| lib.rs | mogh_validations |
| version | 1.0.0 |
| created_at | 2026-01-17 22:18:18.936223+00 |
| updated_at | 2026-01-17 22:18:18.936223+00 |
| description | Utilities to validate incoming strings. |
| homepage | |
| repository | https://github.com/moghtech/lib |
| max_upload_size | |
| id | 2051280 |
| size | 26,847 |
Utilities to validate incoming strings.
mogh_validations::StringValidator::default()
.min_length(1)
.max_length(100)
.matches(StringValidatorMatches::Username)
.validate("admin@example.com")?