| Crates.io | gay_panic |
| lib.rs | gay_panic |
| version | 1.1.1 |
| created_at | 2022-06-19 21:33:13.626937+00 |
| updated_at | 2025-10-30 13:45:15.210411+00 |
| description | A Rust panic handler, but make it gay. |
| homepage | https://git.sr.ht/~mistodon/gay_panic |
| repository | https://git.sr.ht/~mistodon/gay_panic |
| max_upload_size | |
| id | 609123 |
| size | 119,698 |
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,
});
}
