[][src]Crate assert2

assert!(...) and check!(...) macros inspired by Catch2.

This crate is currently a work in progress. It relies on a nightly compiler with the proc_macro_hygiene, proc_macro_span and specialization features.

Macros

assert

Assert that an expression evaluates to true.

check

Check if an expression evaluates to true.