assert!(...) and check!(...) macros inspired by Catch2.
assert!(...)
check!(...)
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.
proc_macro_hygiene
proc_macro_span
specialization