actix_validated_forms 0.1.0

Validated xml-urlencoded forms, queries, and multipart form extractors for the Actix Web framework
Documentation

Validated HTTP forms and query extractors for the Actix-Web framework using the validator crate for struct validation.

Also adds an easy to use HTTP multipart form extractor (with validation) that generates temporary files on disk using the tempfile crate with similar behaviour to the php $_FILES variable in php