libunwind-sys 0.1.2

Low-level bindings for the libunwind library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![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.
It has the following limitations:

* only x86/x86_64 targets are supported for now;
* tests are provided only for x86_64 target;
* arm target is in progress.

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

This crate is licensed under the [MIT license].

[MIT license]: LICENSE