libunwind-rs

Crates.iolibunwind-rs
lib.rslibunwind-rs
version0.3.1
sourcesrc
created_at2020-02-12 15:48:51.831929
updated_at2021-02-01 15:14:07.916573
descriptionHigh-level bindings for the libunwind library
homepagehttps://github.com/xcoldhandsx/libunwind-rs.git
repositoryhttps://github.com/xcoldhandsx/libunwind-rs.git
max_upload_size
id207707
size24,436
Andrey Fedotov (anfedotoff)

documentation

README

crates.io

libunwind-rs

This crate provides high-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 target.

Installation

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

[dependencies]
libunwind-rs = "0.3.1"

License

This crate is licensed under the MIT license.

Commit count: 17

cargo fmt