#bindings #function #toml

libunwind

Rust bindings to the libunwind C library

2 stable releases

1.3.3 Oct 13, 2023

#196 in #toml

Download history 21/week @ 2024-11-22 3/week @ 2024-11-29 10/week @ 2024-12-06 6/week @ 2024-12-13 12/week @ 2024-12-20 1/week @ 2024-12-27 57/week @ 2025-01-10 92/week @ 2025-01-17 51/week @ 2025-01-24 55/week @ 2025-01-31 1156/week @ 2025-02-07 3630/week @ 2025-02-14 8202/week @ 2025-02-21 8205/week @ 2025-02-28 6139/week @ 2025-03-07

26,528 downloads per month

MIT license

18KB
429 lines

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"]

lib.rs:

Bindings to libunwind's functions.

No runtime deps