[go: up one dir, main page]

backtrace-sys 0.1.10

Bindings to the libbacktrace gcc library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "backtrace-sys"
version = "0.1.10"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
license = "MIT/Apache-2.0"
repository = "https://github.com/alexcrichton/backtrace-rs"
homepage = "https://github.com/alexcrichton/backtrace-rs"
documentation = "http://alexcrichton.com/backtrace-rs"
description = """
Bindings to the libbacktrace gcc library
"""

[dependencies]
libc = "0.2"

[build-dependencies]
gcc = "0.3"