1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-02-09 21:35:37 +01:00
2019-07-17 15:08:30 +06:00

9 lines
168 B
Rust

#![allow(clippy::borrow_interior_mutable_const)]
mod error;
mod extractor;
mod server;
pub use self::error::MultipartError;
pub use self::server::{Field, Multipart};