murgamu 0.8.0

A NestJS-inspired web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod error;
pub mod macros;
pub mod mur_assertion;
pub mod test_response;
pub mod utils;

pub use error::AssertionError;
pub use mur_assertion::MurResponseAssertions;
pub use test_response::MurTestResponse;
pub use utils::get_json_path;

#[cfg(test)]
mod test;