color-backtrace

Crates.io docs.rs MIT licensed

A Rust library that makes panics a little less painful by nicely colorizing them and printing the relevant source snippets.

toml [dependencies] color-backtrace = { version = "0.1" }

To enable it, simply place this code somewhere in your app initialization code: rust color_backtrace::install();

Features

Screenshot

Screenshot