actix-web/actix-multipart
Otavio Salvador b4047ae053 multipart: Convert from `derive_more` to `thiserror`
The `thiserror` has the advantage of implementing `std::error::Error`
and it integrates better with the Rust ecosystem.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2020-03-12 08:47:55 -03:00
..
src multipart: Convert from `derive_more` to `thiserror` 2020-03-12 08:47:55 -03:00
CHANGES.md Fix missing `std::error::Error` implement for `MultipartError`. (#1382) 2020-02-27 22:34:06 +09:00
Cargo.toml multipart: Convert from `derive_more` to `thiserror` 2020-03-12 08:47:55 -03:00
LICENSE-APACHE add license files 2019-06-01 17:25:29 +06:00
LICENSE-MIT add license files 2019-06-01 17:25:29 +06:00
README.md update version 2019-12-03 19:03:53 +06:00

README.md

Multipart support for actix web framework Build Status codecov crates.io Join the chat at https://gitter.im/actix/actix

Documentation & community resources