Crate btparse_stable

source ·
Expand description

An error utility library for deserializing std::backtrace::Backtrace’s based on its Debug format.

Structs

  • A deserialized Backtrace.
  • An error that prevented a backtrace from being deserialized.
  • A backtrace frame.

Functions

  • Deserialize a backtrace based on its debug format and return a parsed representation containing a vector of frames.