libunwind-sys 0.1.3

Low-level bindings for the libunwind library
Documentation

crates.io

libunwind-sys

This Rust crate provides low-level bindings for the libunwind library. It has the following limitations:

  • x86/x86_64/arm targets are supported for now;
  • tests are provided only for x86_64 target;

Installation

Add this crate to your Cargo.toml:

[dependencies]
libunwind-sys = "0.1.3"

License

This crate is licensed under the MIT license.