Crates.io | libunwind-sys |
lib.rs | libunwind-sys |
version | 0.5.1 |
source | src |
created_at | 2020-02-02 16:50:03.185567 |
updated_at | 2021-02-01 15:06:38.043349 |
description | Low-level bindings for the libunwind library |
homepage | https://github.com/xcoldhandsx/libunwind-sys.git |
repository | https://github.com/xcoldhandsx/libunwind-sys.git |
max_upload_size | |
id | 204248 |
size | 2,486,887 |
This Rust crate provides low-level bindings for the libunwind library.
Supported targets:
Tests are provided only for x86_64-unknown-linux-gnu target.
First, compile libunwind
as a shared library and install it. Add this crate to your Cargo.toml
:
[dependencies]
libunwind-sys = "0.5.1"
This crate is licensed under the MIT license.