| Crates.io | libunwind-sys |
| lib.rs | libunwind-sys |
| version | 0.6.0 |
| created_at | 2020-02-02 16:50:03.185567+00 |
| updated_at | 2025-10-29 10:04:12.682173+00 |
| 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,917,202 |
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.6.0"
This crate is licensed under the MIT license.