better-panic icon indicating copy to clipboard operation
better-panic copied to clipboard

A python inspired panic handler for rust

Results 4 better-panic issues
Sort by recently updated
recently updated
newest added

On my machine I've configured cargo to follow proper XDG paths by setting "CARGO_HOME DEFAULT="${XDG_DATA_HOME}/cargo" in my "~/.pam_environment". It could be really nice if better-panic would read $CARGO_HOME when checking...

Managed to get a minimalistic reproduction in https://github.com/vmalloc/_segfault_reproduce. This example segfaults once in 1-5 attempts in debug configuration. Using stable rust (1.42.0) on MacOS 10.15.3

Hi, I love the output formatting that better panic provides :) My application captures backtraces in some flows to print them to the user, but it then resumes operation, so...

Rust testing framework capture output of tests, and release it only if tests is failed, in consistent with other output. But if i would use better_panic. It prints stacktraces on...