libunwind-sys

Crates.iolibunwind-sys
lib.rslibunwind-sys
version0.5.1
sourcesrc
created_at2020-02-02 16:50:03.185567
updated_at2021-02-01 15:06:38.043349
descriptionLow-level bindings for the libunwind library
homepagehttps://github.com/xcoldhandsx/libunwind-sys.git
repositoryhttps://github.com/xcoldhandsx/libunwind-sys.git
max_upload_size
id204248
size2,486,887
Andrey Fedotov (anfedotoff)

documentation

README

crates.io

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-gnueabihf;
  • x86_64-unknown-linux-musl.

Tests are provided only for x86_64-unknown-linux-gnu target.

Installation

First, compile libunwind as a shared library and install it. Add this crate to your Cargo.toml:

[dependencies]
libunwind-sys = "0.5.1"

License

This crate is licensed under the MIT license.

Commit count: 33

cargo fmt