vld 0.3.0

Type-safe runtime validation library for Rust, inspired by Zod
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name": "Alex",
  "email": "alex@example.com",
  "age": 30,
  "role": "admin",
  "nickname": "alexey_dev",
  "tags": ["rust", "validation"],
  "address": {
    "city": "New York",
    "zip": "100001"
  }
}