libunwind
This library provides Rust bindings to the libunwind C library.
To use this library, you may have to modify your Cargo.toml file for cargo to link libunwind with your project:
# other parts of Cargo.toml ...
[]
= ["-C", "link-args=-lunwind"]