Crates.io | libunwind |
lib.rs | libunwind |
version | 1.3.3 |
source | src |
created_at | 2023-10-13 13:44:13.120328 |
updated_at | 2023-10-13 13:45:37.739659 |
description | Rust bindings to the libunwind C library |
homepage | |
repository | https://github.com/bluefish43/libunwind-sys |
max_upload_size | |
id | 1002321 |
size | 18,481 |
This library provides Rust bindings to the libunwind C library.
To use this library, you may have to modify your Cargo.toml
file for cargo to link libunwind with your project:
# other parts of Cargo.toml ...
[build]
rustflags = ["-C", "link-args=-lunwind"]