Skip to main content

Crate simple_frame_rs

Crate simple_frame_rs 

Source
Expand description

Crate to parse SFrame stack trace information.

Usage: Use SFrameSection::from to load sframe section content and access its content.

Spec: https://sourceware.org/binutils/docs/sframe-spec.html

Modules§

v1
SFrame Version 1 types and implementation.
v2
SFrame Version 2 types and implementation.
v3
SFrame Version 3 types and implementation.

Macros§

read_binary
read_struct

Enums§

SFrameError
Error types for the crate
SFrameFDE
SFrame FDE
SFrameFRE
SFrame FRE
SFrameSection
SFrame section

Type Aliases§

SFrameResult
Result type for the crate