2 stable releases
1.3.3 | Oct 13, 2023 |
---|
#37 in #parts
18KB
429 lines
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 ...
[build]
rustflags = ["-C", "link-args=-lunwind"]
lib.rs
:
Bindings to libunwind's functions.