pretty_backtrace 0.1.2

Pretty colored backtraces for Rust.
Documentation

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