mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-28 01:52:57 +01:00
9 lines
168 B
Rust
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};
|