murgamu 0.7.3

Murgamü is an NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pub mod always_indicator;
pub mod builder;
pub mod check;
pub mod config;
pub mod custom_indicator;
pub mod disk_indicator;
pub mod indicator;
pub mod indicator_result;
pub mod memory_indicator;
pub mod response;
pub mod status;

#[cfg(test)]
mod test;