murgamu 0.8.4

A NestJS-inspired web framework for Rust
Documentation
pub mod aliases;
pub mod builder;
pub mod config;
pub mod controller;
pub mod decorator;
pub mod error;
pub mod guard;
pub mod http;
pub mod interceptor;
pub mod middleware;
pub mod module;
pub mod pipe;
pub mod provider;
pub mod router;
pub mod runner;
pub mod security;
pub mod service;
pub mod specs;

pub use builder::MurServer;
pub use runner::MurServerRunner;