typia 0.1.1

Rust version of typia.io for type-safe JSON validation and LLM JSON parsing
Documentation
1
2
3
4
5
error: map key type must be `String` for typia derive validation
 --> tests/ui/llm_data_non_string_map_key.rs:8:20
  |
8 |     names: HashMap<u32, String>,
  |                    ^^^