rwf2 / multer

An async parser for multipart/form-data content-type in Rust
MIT License
157 stars 37 forks source link

Add an option to deserialize the full multipart body into a type using serde Deserializer #6

Closed rousan closed 3 years ago

rousan commented 4 years ago

Discussion: https://www.reddit.com/r/rust/comments/gh2j9e/multer_async_multipartformdata_parser_for_rust/

SergioBenitez commented 3 years ago

I think this should be considered out-of-scope for multer. One can write a library using multer, external to multer, that does (de)serialization.

rousan commented 3 years ago

Yes, makes sense.