assert2 0.0.9

assert!(...) and check!(...) macros inspired by Catch2
Documentation
[dependencies.assert2-macros]
version = "=0.0.9"

[dependencies.proc-macro-hack]
version = "0.5.11"

[dependencies.yansi]
version = "0.5.0"

[package]
authors = ["Maarten de Vries <maarten@de-vri.es>"]
categories = ["development-tools::debugging", "development-tools::testing"]
description = "assert!(...) and check!(...) macros inspired by Catch2"
documentation = "https://docs.rs/assert2"
edition = "2018"
keywords = ["assert", "check", "test", "unit-test"]
license = "BSD-2-Clause"
name = "assert2"
readme = "README.md"
repository = "https://github.com/de-vri-es/assert2-rs"
version = "0.0.9"