Overview of multipart crate
masterThe multipart crate provides client- and server-side abstractions for handling HTTP file uploads using Content-Type: multipart/form-data.
Key details:
- API Style: It uses a synchronous API. For asynchronous (futures-based) support, use the multipart-async crate.
- Maintenance Status: Passive maintenance (as of June 2020). Bug reports are addressed as time permits, but no new features are being added to the existing API.
- Minimum Rust Version: 1.36.0