caramelo 0.1.1

Idiomatic unit test framework for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod body;
mod header;
mod method;
mod path;
mod query;

pub use body::*;
pub use header::*;
pub use method::method;
pub use path::path;
pub use query::*;