murgamu 0.7.4

A NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
mod builder;
mod config;
mod runner;

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