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": "X",
  "email": "not-email",
  "age": 25,
  "role": "admin",
  "nickname": "!",
  "tags": ["", "rust"],
  "address": {
    "city": "London",
    "zip": "1"
  }
}