mockito 0.1.4

Easy web-mocking for Rust. This is a work in progress!
Documentation
1
2
3
4
5
6
#!/bin/bash

cargo test \
  && cargo test --features use_hyper \
  && cargo test --features mock_hyper \
  && cargo test --features mock_tcp_stream