Crates.io | pretty_backtrace |
lib.rs | pretty_backtrace |
version | 0.1.2 |
source | src |
created_at | 2019-04-14 08:53:11.823743 |
updated_at | 2019-05-09 16:25:18.406878 |
description | Pretty colored backtraces for Rust. |
homepage | |
repository | https://github.com/bjorn3/pretty_backtrace |
max_upload_size | |
id | 127862 |
size | 203,270 |
pretty_backtrace::setup();
panic!("Bomb!");
Pretty backtraces are normally only enabled when RUST_BACKTRACE=pretty
to prevent breaking tools
which parse printed backtraces. If you want to always enable pretty backtraces use force_setup
.