1 unstable release
0.1.2 | Jan 28, 2022 |
---|---|
0.1.1 |
|
0.1.0 |
|
#28 in #multipart-form
42KB
817 lines
Actix Validated Forms
Deprecation Notice
This crate is no longer maintained.
For validated forms and queries please use actix-web-validator.
For multipart forms please use actix-easy-multipart
lib.rs
:
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
Dependencies
~25–37MB
~677K SLoC