2024-01-10 05:00:20 +01:00
|
|
|
# `actix-multipart`
|
2019-04-30 05:47:21 +02:00
|
|
|
|
2021-02-10 13:10:03 +01:00
|
|
|
> Multipart form support for Actix Web.
|
2019-04-30 05:47:21 +02:00
|
|
|
|
2024-01-10 05:00:20 +01:00
|
|
|
<!-- prettier-ignore-start -->
|
|
|
|
|
2021-02-10 13:10:03 +01:00
|
|
|
[![crates.io](https://img.shields.io/crates/v/actix-multipart?label=latest)](https://crates.io/crates/actix-multipart)
|
2023-08-29 02:18:37 +02:00
|
|
|
[![Documentation](https://docs.rs/actix-multipart/badge.svg?version=0.6.1)](https://docs.rs/actix-multipart/0.6.1)
|
2024-02-13 02:24:34 +01:00
|
|
|
![Version](https://img.shields.io/badge/rustc-1.72+-ab6000.svg)
|
2021-02-10 13:10:03 +01:00
|
|
|
![MIT or Apache 2.0 licensed](https://img.shields.io/crates/l/actix-multipart.svg)
|
|
|
|
<br />
|
2023-08-29 02:18:37 +02:00
|
|
|
[![dependency status](https://deps.rs/crate/actix-multipart/0.6.1/status.svg)](https://deps.rs/crate/actix-multipart/0.6.1)
|
2021-02-10 13:10:03 +01:00
|
|
|
[![Download](https://img.shields.io/crates/d/actix-multipart.svg)](https://crates.io/crates/actix-multipart)
|
2021-06-26 17:33:36 +02:00
|
|
|
[![Chat on Discord](https://img.shields.io/discord/771444961383153695?label=chat&logo=discord)](https://discord.gg/NWpN5mmg3x)
|
2021-02-10 13:10:03 +01:00
|
|
|
|
2024-01-10 05:00:20 +01:00
|
|
|
<!-- prettier-ignore-end -->
|