mirror of
https://github.com/actix/actix-extras.git
synced 2025-02-09 21:35:37 +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};
|