mockito 0.11.1

HTTP mocking for Rust.
Documentation
1
2
3
4
5
6
7
extern crate mockito;

fn main() {
    mockito::start();

    loop {}
}