corroder 0.1.0

a set of asserts for better tests
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "corroder"
description = "a set of asserts for better tests"
version = "0.1.0"
authors = ["Ashley Williams <ashley666ashley@gmail.com>"]
repository = "https://github.com/ashleygwilliams/corroder.git"
readme = "README.md"
license = "MIT"

[dependencies]
assert_approx_eq = "0.2.2"
assert_ne = "0.2.4"
assert_matches = "1.0.0"