Skip to content

anfedotoff/libunwind-sys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e52d7b · Feb 17, 2023

History

33 Commits
Apr 7, 2020
Feb 7, 2020
Feb 17, 2023
Feb 1, 2021
Feb 2, 2020
Feb 2, 2020
Feb 17, 2023
Feb 3, 2020
Feb 1, 2021
Feb 17, 2023
Feb 8, 2020
Feb 5, 2020

Repository files navigation

crates.io

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.

Installation

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

[dependencies]
libunwind-sys = "0.5.1"

License

This crate is licensed under the MIT license.

About

Low-level bindings for the libunwind library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published