A Rust panic handler, but make it gay.
A panic handler that shows pretty backtraces:
```rust fn main() { use gay_panic::Config;
gay_panic::init_with(Config { call_previous_hook: false, force_capture_backtrace: true, });
} ```