bcc-sys 0.8.0

Rust binding to BPF Compiler Collection (BCC)
Documentation

Build Status

Rust binding for bcc.

You need to install bcc before using this binding.

To format the generated bindings, you need to install rustfmt.

Install rustfmt with:

$ rustup component add rustfmt-preview
$ rustup update
  • Version 0.6.0 reflects the 0.5.0 version of bcc.
  • Version 0.7.0 reflects the 0.6.1 version of bcc.
  • Version 0.7.1 reflects the 0.6.1 version of bcc.
  • Version 0.8.0 reflects bcc v0.4.0-v0.8.0 using feature flags.