tracers-libstapsdt-sys 0.1.0

Exposes libstapsdt to Rust code for programmatic creation of SystemTap user mode probes. Never use this crate directly; use `tracers` and let it determine the correct implementation at build time.
Documentation
[build-dependencies.cc]
version = "1.0.47"

[build-dependencies.failure]
version = "0.1.6"

[build-dependencies.glob]
version = "0.3.0"

[build-dependencies.pkg-config]
version = "0.3.17"
[dependencies.libc]
optional = true
version = "0.2.65"

[dependencies.tracers-libelf-sys]
optional = true
version = "0.1.0"

[features]
default = []
enabled = ["tracers-libelf-sys/enabled", "libc"]
required = ["tracers-libelf-sys/required", "libc"]

[package]
authors = ["Adam Nelson <anelson@127.io>"]
description = "    Exposes libstapsdt to Rust code for programmatic creation of SystemTap user mode probes.\n\n    Never use this crate directly; use `tracers` and let it determine the correct implementation at build time.\n"
edition = "2018"
license = "MIT"
links = "stapsdt"
name = "tracers-libstapsdt-sys"
repository = "https://github.com/anelson/tracers"
version = "0.1.0"