Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/anfedotoff/libunwind-sys

Low-level bindings for the libunwind library
https://github.com/anfedotoff/libunwind-sys

Last synced: about 2 months ago
JSON representation

Low-level bindings for the libunwind library

Awesome Lists containing this project

README

        

[![crates.io](https://img.shields.io/crates/v/libunwind-sys.svg)](https://crates.io/crates/libunwind-sys)
# libunwind-sys

This Rust crate provides low-level bindings for the [libunwind] library.

Supported targets:
* x86_64-unknown-linux-gnu;
* i686-unknown-linux-gnu;
* i586-unknown-linux-gnu;
* arm-unknown-linux-gnueabihf;
* x86_64-unknown-linux-musl.

Tests are provided only for x86_64-unknown-linux-gnu target.

[libunwind]: https://www.nongnu.org/libunwind/

## Installation

First, compile `libunwind` as a shared library and install it. Add this crate to your `Cargo.toml`:

```toml
[dependencies]
libunwind-sys = "0.5.1"
```
## License

This crate is licensed under the [MIT license].

[MIT license]: LICENSE