assert2 0.0.8

assert!(...) and check!(...) macros inspired by Catch2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "assert2"
description = "assert!(...) and check!(...) macros inspired by Catch2"
version = "0.0.8"
license = "BSD-2-Clause"
authors = ["Maarten de Vries <maarten@de-vri.es>"]

edition = "2018"

repository = "https://github.com/de-vri-es/assert2-rs"
documentation = "https://docs.rs/assert2"
keywords = ["assert", "check", "test", "unit-test"]
categories = ["development-tools::debugging", "development-tools::testing"]

[dependencies]
assert2-macros = { version = "=0.0.8", path = "assert2-macros" }
yansi = "0.5.0"