gay_panic

A Rust panic handler, but make it gay.

Crates.io Docs.rs

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,
});

} ```

Rainbow backtrace

Note: This crate currently requires nightly Rust to compile.