bcc-sys 0.11.0

Rust binding to BPF Compiler Collection (BCC)
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.51.1"

[features]
generate = ["bindgen"]
specific = []
static = []
v0_10_0 = ["specific"]
v0_11_0 = ["specific"]
v0_4_0 = ["specific"]
v0_5_0 = ["specific"]
v0_6_0 = ["specific"]
v0_6_1 = ["specific"]
v0_7_0 = ["specific"]
v0_8_0 = ["specific"]
v0_9_0 = ["specific"]

[lib]
name = "bcc_sys"

[package]
authors = ["Zhiting Zhu <zhitingz@cs.utexas.edu>", "Brian Martin <brayniac@gmail.com>"]
build = "build.rs"
description = "Rust binding to BPF Compiler Collection (BCC)"
documentation = "https://docs.rs/bcc-sys"
edition = "2018"
homepage = "https://github.com/rust-bpf/bcc-sys"
keywords = ["bpf", "bindings"]
license = "Apache-2.0"
links = "bcc"
name = "bcc-sys"
readme = "README.md"
repository = "https://github.com/rust-bpf/bcc-sys"
version = "0.11.0"