Crates.io | gay_panic |
lib.rs | gay_panic |
version | 1.0.1 |
source | src |
created_at | 2022-06-19 21:33:13.626937 |
updated_at | 2022-11-04 12:31:10.318649 |
description | A Rust panic handler, but make it gay. |
homepage | https://github.com/mistodon/gay_panic |
repository | https://github.com/mistodon/gay_panic |
max_upload_size | |
id | 609123 |
size | 120,636 |
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,
});
}