[go: up one dir, main page]

libunwind 1.3.3

Rust bindings to the libunwind C library
Documentation
  • Coverage
  • 0.42%
    1 out of 238 items documented0 out of 4 items with examples
  • Size
  • Source code size: 18.16 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 7.7 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • bluefish43

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