murgamu 0.7.3

Murgamü is an NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
pub mod builder;
pub mod core;
pub mod entry;
pub mod open_api;
pub mod pattern;

pub use builder::MurRouteBuilder;
pub use core::MurRouter;
pub use pattern::MurRoutePattern;