Crates.io | libunwind-rs |
lib.rs | libunwind-rs |
version | 0.3.1 |
source | src |
created_at | 2020-02-12 15:48:51.831929 |
updated_at | 2021-02-01 15:14:07.916573 |
description | High-level bindings for the libunwind library |
homepage | https://github.com/xcoldhandsx/libunwind-rs.git |
repository | https://github.com/xcoldhandsx/libunwind-rs.git |
max_upload_size | |
id | 207707 |
size | 24,436 |
This crate provides high-level bindings for the libunwind library.
Supported targets:
Tests are provided only for x86_64 target.
First, compile libunwind
as a shared library and install it. Add this crate to your Cargo.toml
:
[dependencies]
libunwind-rs = "0.3.1"
This crate is licensed under the MIT license.