murgamu 0.7.4

A NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod mur_codec;
pub mod mur_fmt;
pub mod mur_is;
pub mod mur_parse;
pub mod mur_rand;
pub mod mur_responder;
pub mod mur_time;

#[cfg(test)]
pub mod test;