assert2 0.3.4

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
18
[dependencies.assert2-macros]
version = "=0.3.4"

[dependencies.yansi]
version = "0.5.0"

[package]
authors = ["Maarten de Vries <maarten@de-vri.es>", "Mara Bos <m-ou.se@m-ou.se>"]
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.3.4"