libunwind-sys
This Rust crate provides low-level bindings for the libunwind library.
Supported targets:
- x86_64-unknown-linux-gnu;
- i686-unknown-linux-gnu;
- i586-unknown-linux-gnu;
- arm-unknown-linux-gnueabi;
- arm-unknown-linux-gnueabihf;
- armv7-unknown-linux-gnueabi;
- armv7-unknown-linux-gnueabihf.
Tests are provided only for x86_64 target.
Installation
First, compile libunwind as a shared library and install it. Add this crate to your Cargo.toml:
[]
= "0.2.0"
License
This crate is licensed under the MIT license.
TODO
Support more targets.