bjorn3 / pretty_backtrace

Pretty backtraces for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Pretty backtraces for rust

License:Apache License 2.0


Languages

Language:Rust 100.0%