| Crates.io | rustforms |
| lib.rs | rustforms |
| version | 1.0.1 |
| created_at | 2025-10-19 14:28:37.940838+00 |
| updated_at | 2025-10-19 14:28:37.940838+00 |
| description | Universal form validation compatible with json and hashmap input types |
| homepage | |
| repository | https://gitlab.com/pmatysiewicz/rustforms |
| max_upload_size | |
| id | 1890488 |
| size | 19,251 |
A lightweight Rust crate for validating form input using JSON and HashMap mappings. Designed for extensibility, clarity, and real-world use cases.
Required, MinLength, MaxLength, Email, Range, Regexserde_json::Value into HashMap<String, String> for easy validationcargo add rustforms