murgamu 0.7.3

Murgamü is an NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
pub mod compression;
pub mod cors;
pub mod health;
pub mod rate_limit;
pub mod timeout;

pub use crate::traits::{MurMiddleware, MurNext};