pretty_backtrace

Crates.iopretty_backtrace
lib.rspretty_backtrace
version0.1.2
sourcesrc
created_at2019-04-14 08:53:11.823743
updated_at2019-05-09 16:25:18.406878
descriptionPretty colored backtraces for Rust.
homepage
repositoryhttps://github.com/bjorn3/pretty_backtrace
max_upload_size
id127862
size203,270
(bjorn3)

documentation

https://docs.rs/pretty_backtrace

README

Pretty backtraces for rust

Cargo Build Status

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.

screenshot

Commit count: 38

cargo fmt