assertables 9.1.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
//! Examples of Assertables macros
//! 
//! * [Starters: examples of Assertables macros with many typical uses](module@starters)
//! * [Namespaces: examples of how to include Assertables macros in source code](module@namespaces)
//! * [Comparisons: examples of Assertables macros versus standard Rust macros](module@comparisons)
//! * [Validations: examples that combine Assertable macros into runtime code](module@validations)

mod starters;
mod namespaces;
mod comparisons;
mod validations;