murgamu 0.7.4

A NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod builder;
pub mod http_response;
pub mod into_response;
pub mod macros;
pub mod mur_ext;

pub use builder::MurResponseBuilder;
pub use http_response::MurHttpResponse;
pub use into_response::MurIntoResponse;
pub use mur_ext::MurResExt;

#[cfg(test)]
mod test;