Crate backtrace_printer

Source

Enums§

Error

Functions§

filter
filter an std::backtrace::Backtrace based on file name and function symbol block lists NOTE: this uses a debug-output-based parser btparse to understand an std Backtrace.
print_backtrace
Print a backtrace
print_frames
Print frames that were extracted and parsed from an std::backtrace::Backtrace

Type Aliases§

Result