Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/i1i1/awmpde
Rust package for actix web framework for deriving multipart request handling
https://github.com/i1i1/awmpde
Last synced: about 1 month ago
JSON representation
Rust package for actix web framework for deriving multipart request handling
- Host: GitHub
- URL: https://github.com/i1i1/awmpde
- Owner: i1i1
- Created: 2020-10-23T16:02:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T11:03:27.000Z (almost 3 years ago)
- Last Synced: 2024-11-17T11:08:19.246Z (about 1 month ago)
- Language: Rust
- Size: 40 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# awmpde
[![Docs](https://docs.rs/awmpde/badge.svg)](https://docs.rs/crate/awmpde/)
[![Crates.io](https://img.shields.io/crates/v/awmpde.svg)](https://crates.io/crates/awmpde)A convenience library for working with `multipart/form-data` in [`actix-web`](https://docs.rs/actix-web) 4.x.
This library uses [`actix-multipart`](https://docs.rs/actix-multipart) internally, and is not a replacement for it.
License: MIT