bcc-sys 0.3.0

Rust binding to BPF Compiler Collection (BCC)
docs.rs failed to build bcc-sys-0.3.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: bcc-sys-0.23.0

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