HTTP mocking for Rust!
Get it on crates.io.
Documentation available at https://docs.rs/mockito.
Before upgrading, make sure to check out the changelog.
Run tests:
``` cargo test --tests
cargo test --doc -- --test-threads=1 ```
Release:
cargo package && cargo publish
Run benchmarks:
rustup install nightly
rustup run nightly cargo bench
Logo courtesy to http://niastudio.net :ok_hand: