double 0.1.4

Full-featured mocking library in Rust, including rich failure messages and argument matchers
Documentation
[package]
name = "double"
version = "0.1.4"
authors = ["Donald Whyte <donsoft@donsoft.io>"]
repository = "https://github.com/DonaldWhyte/double"
homepage = "https://github.com/DonaldWhyte/double"
documentation = "https://docs.rs/double"
license = "MIT"
readme = "README.md"
keywords = [ "mock", "testing", "double", "matchers", "expectation" ]
categories= [
    "development-tools::testing"
]
description="Full-featured mocking library in Rust, including rich failure messages and argument matchers"

[dependencies]