gay_panic

Crates.iogay_panic
lib.rsgay_panic
version1.1.1
created_at2022-06-19 21:33:13.626937+00
updated_at2025-10-30 13:45:15.210411+00
descriptionA Rust panic handler, but make it gay.
homepagehttps://git.sr.ht/~mistodon/gay_panic
repositoryhttps://git.sr.ht/~mistodon/gay_panic
max_upload_size
id609123
size119,698
Vi (mistodon)

documentation

README

gay_panic

A Rust panic handler, but make it gay.

Docs.rs Crates.io

A panic handler that shows pretty backtraces:

fn main() {
    use gay_panic::Config;

    gay_panic::init_with(Config {
        call_previous_hook: false,
        force_capture_backtrace: true,
    });
}

Rainbow backtrace

Commit count: 0

cargo fmt