Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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