tracers-dyn-stap 0.1.0

Implements the dynamic probing API using `libstapsdt`, which in turn uses Linux SystemTap underneath. Do not use this crate directly. Always use the `tracers` crate and let it auto-detect which implementation to use.
Documentation
[build-dependencies.failure]
version = "0.1.6"
[dependencies.failure]
version = "0.1.6"

[dependencies.once_cell]
version = "1.2.0"

[dependencies.tracers-core]
features = ["dynamic"]
version = "0.1.0"

[dependencies.tracers-libstapsdt-sys]
optional = true
version = "0.1.0"
[dev-dependencies.libc]
version = "0.2.65"

[dev-dependencies.quickcheck]
version = "0.9.0"

[dev-dependencies.quickcheck_macros]
version = "0.8.0"

[features]
default = []
enabled = ["tracers-libstapsdt-sys/enabled"]
required = ["tracers-libstapsdt-sys/required"]

[package]
authors = ["Adam Nelson <anelson@127.io>"]
description = "Implements the dynamic probing API using `libstapsdt`, which in turn uses Linux SystemTap underneath.\n\nDo not use this crate directly.  Always use the `tracers` crate and let it auto-detect which implementation\nto use.\n"
edition = "2018"
license = "MIT OR Apache-2.0"
links = "tracers-dyn-stap"
name = "tracers-dyn-stap"
repository = "https://github.com/anelson/tracers"
version = "0.1.0"