murgamu 0.8.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 core;
pub mod entry;
pub mod open_api;
pub mod pattern;
mod types;

pub use builder::MurRouteBuilder;
pub use core::MurRouter;
pub use entry::MurRouteAccessControl;
pub use pattern::MurRoutePattern;
pub use types::MurRouteDefinition;
pub use types::MurRouteInfo;