gay_panic

Crates.iogay_panic
lib.rsgay_panic
version1.0.1
sourcesrc
created_at2022-06-19 21:33:13.626937
updated_at2022-11-04 12:31:10.318649
descriptionA Rust panic handler, but make it gay.
homepagehttps://github.com/mistodon/gay_panic
repositoryhttps://github.com/mistodon/gay_panic
max_upload_size
id609123
size120,636
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: 9

cargo fmt