jprochazk / garde

A powerful validation library for Rust
Apache License 2.0
455 stars 27 forks source link

Support generics #101

Open jprochazk opened 7 months ago

jprochazk commented 7 months ago

The derive macro should support generics. Validate<Ctx = Ctx> bounds should be added to any generic params which are used in unskipped fields.