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
10
11
12
# Comparisons: more_asserts

https://crates.io/crates/more_asserts

https://github.com/thomcc/rust-more-asserts

The crate `more_asserts` is a small library providing assertion macros similar to the {debug_,}assert_{eq,ne} macros in the stdlib.

* assert_le!
* assert_lt!
* assert_ge!
* assert_gt!