4 releases (stable)
Uses new Rust 2024
1.1.0 | Feb 25, 2025 |
---|---|
1.0.1 | Nov 4, 2022 |
0.1.0 | Jun 19, 2022 |
#648 in Development tools
139 downloads per month
100KB
231 lines
gay_panic
A Rust panic handler, but make it gay.
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,
});
}
lib.rs
:
A Rust panic handler, but make it gay.
Dependencies
~0.4–0.9MB
~20K SLoC