bcc-sys 0.5.0

Rust binding to BPF Compiler Collection (BCC)
Documentation

Rust binding for bcc.

You need to install bcc first before using this binding.

To format the generated bindings, you need to have rustfmt installed.

Install rustfmt with:

$ rustup update nightly
$ rustup run nightly cargo install -f rustfmt-nightly

The generated binding reflects the nightly bcc build.