libunwind

Crates.iolibunwind
lib.rslibunwind
version1.3.3
sourcesrc
created_at2023-10-13 13:44:13.120328
updated_at2023-10-13 13:45:37.739659
descriptionRust bindings to the libunwind C library
homepage
repositoryhttps://github.com/bluefish43/libunwind-sys
max_upload_size
id1002321
size18,481
bluefish (bluefish43)

documentation

README

libunwind

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"]
Commit count: 10

cargo fmt