rusty-crab / warp-api-starter-template

A boilerplate template for starting a web services using Warp + SQLx (PostgreSQL) + Redis + Juniper (GraphQL). ❤️
MIT License
200 stars 17 forks source link

Add input data validation #17

Open aslamplr opened 4 years ago

aslamplr commented 4 years ago

Possible option to implement data validation - https://github.com/Keats/validator

azzamsa commented 3 years ago

Whoa, I never know this crate exists. I miss marshmallow a lot. I've asked in rust beginner discord. Didn't get this mentioned.