Crate rassert_rs

Source

Macrosยง

rassert
Helper macro to return an Err if the expression fails.
rassert_notify
Helper macro to cleanly execute an expression and return out of the function if it fails.
rassert_notify_break
Helper macro to cleanly execute an expression and break a loop if it fails.
rassert_notify_continue
Helper macro to cleanly execute an expression and continue a loop if it fails.