Modules§

Macros§

  • Macro that indicates there is a bug in the program, but doesn’t panic.
  • Macro that indicates there is a bug in the program and then panics.
  • A macro for attaching info to error messages pointing to the line of code responsible for the error. Thanks to dtolnay for this macro