//! 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)