VisualPanic (visualpanic-rs)
A library providing a panic hook for Rust applications that visualizes the panic with a native error dialog on supported systems (see listed OSes at native-dialog).
Installation
cargo add visualpanic_rs
Example 1: Use the default settings and register for the whole application
use VisualPanic;
Example 2: Use custom settings and register for the whole application
use VisualPanic;
use VisualPanicLevel;