Keats / validator

Simple validation for Rust structs
MIT License
1.91k stars 140 forks source link

Perform some processing before validation, such as trim,lowercase ... #313

Closed jellybobbin closed 4 months ago

jellybobbin commented 4 months ago

Perform some processing before validation, such as trim,lowercase ... We need to consider whether to support it or not。

Keats commented 4 months ago

That's not going to happen. Usually you would do that with serde