Crate rassert_rs

Source

Macrosยง

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