| Crates.io | gay_panic |
| lib.rs | gay_panic |
| version | 1.1.0 |
| created_at | 2022-06-19 21:33:13.626937+00 |
| updated_at | 2025-02-25 21:54:55.008477+00 |
| 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,849 |
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,
});
}
