restest 0.1.0

Black-box integration test for REST APIs in Rust.
Documentation
1
2
3
fn main() {
    restest::assert_body_matches!(42, 42);
}