assertables 9.9.0

Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability.
Documentation
1
2
3
4
5
6
7
# Comparisons: assert_matches

<https://crates.io/crates/assert_matches>

The `assert_matches` crate provides the `assert_matches` macro with a bunch of useful variations, such as for testing multiple matches, and for guard clauses.

We recommend trying this crate.