mockito 0.2.2

HTTP mocking for Rust
docs.rs failed to build mockito-0.2.2
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: mockito-1.4.0

Mockito

HTTP mocking for Rust!

Get it on crates.io.

Documentation available here.

Development

Run tests:

cargo test

Generate docs:

rustdoc -o docs -L target/debug -L target/debug/deps --crate-name mockito src/lib.rs

# or

cargo doc --no-deps && cp -R target/doc/mockito/* docs/mockito

Release:

cargo package && cargo publish