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
v0.0.8:
  * Fix compilation error in assert!()
  * Limit scope of generated temporary variables

v0.0.7:
  * Update documentation.

v0.0.6:
  * Support additional arguments to print custom messages with failures.

v0.0.5:
  * Update documentation.
  * Fix images in documentation.

v0.0.4:
  * Support pattern matching with `let` expressions in assertions.