| Crates.io | libunwind-rs |
| lib.rs | libunwind-rs |
| version | 0.4.0 |
| created_at | 2020-02-12 15:48:51.831929+00 |
| updated_at | 2025-10-31 08:55:08.232322+00 |
| 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 | 30,223 |
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.4.0"
This crate is licensed under the MIT license.