murgamu 0.7.3

Murgamü is an NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod config;
pub mod form_field;
pub mod mur_multipart;
pub mod uploaded_file;
pub mod utils;

pub use config::MurMultipartConfig;
pub use form_field::MurFormField;
pub use mur_multipart::MurMultipart;
pub use uploaded_file::MurUploadedFile;
pub use utils::MurMultipartUtils;

#[cfg(test)]
mod test;