rambler-digital-solutions / actix-web-validator

Rust library for providing validation mechanism to actix-web with Validator crate.
MIT License
101 stars 26 forks source link

Add support for serde_qs #23

Closed rlebran closed 3 years ago

rlebran commented 3 years ago

Hello,

In one of our projects we use serde_qs and we would like to have the ability to validate the request using validator. Please see if this is a functionality you like to have in this crate.

If you want me to add the functionality though a feature flag instead don't hesitate to tell me.

singulared commented 3 years ago

Thanks a lot for your PR and sorry for my delay. :)

rlebran commented 3 years ago

I fixed serde_qs to version 0.8. Hope it's good for you. No problem for the delay :)