rustforms 1.0.1

Universal form validation compatible with json and hashmap input types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

[package]
name = "rustforms"
version = " 1.0.1"
edition = "2024"
authors = ["Pat <pmatysiewicz1@gmail.com>"]
description = "Universal form validation compatible with json and hashmap input types"
license = "MIT"
repository = "https://gitlab.com/pmatysiewicz/rustforms"
readme = "README.md"
keywords = ["form", "validation", "json", "serde", "rust"]
categories = ["web-programming", "data-structures"]

[dependencies]
maplit = "1.0"
serde_json = "1.0.145"
regex = "1.12.2"