assertables 9.9.0

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

https://crates.io/crates/spectral

https://github.com/cfrancia/spectral

Fluent test assertions for Rust. Influenced by Google Truth and other fluent assertion frameworks.

Example: `assert_that(&1).is_equal_to(&1);`