-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-multipartproject: actix-multipartproject: actix-multipartC-featureCategory: new functionalityCategory: new functionalityRFC / Proposal
Description
If you have a look on crates.io there are a proliferation of crates for doing multipart form uploads with files in actix.
Including:
- actix-easy-multipart by me
- actix-multipart-extract by @JSH32
- actix-multipart-derive by @robjtede
- actix-web-multipart-file by @KeenS
- actix_extract_multipart by @kosekidev
- awmp by @kardeiz
- actix-form-data by @asonix
I think each of these have some unique improvements and features that the others do not. It seems silly to have so many unofficial crates, and is not very friendly to people who just want to quickly get started with actix.
I am wondering if we should have an effort to consolidate all of these crates into one official one in the actix project?
BeauGieskens, 99percentpeople, stevenfukase, prodbyola and CoconutMacaroon
Metadata
Metadata
Assignees
Labels
A-multipartproject: actix-multipartproject: actix-multipartC-featureCategory: new functionalityCategory: new functionalityRFC / Proposal