WARNING: The API is not stable and is subject to breakage. Any breakage will include a minor version bump pre-1.0 and a major version bump post-1.0. Semantic versioning will be followed post-1.0 release.
Idiomatic rust wrapper around libbpf
To use in your project, add into your Cargo.toml
:
[dependencies]
libbpf-rs = "0.1"
Cargo subcommand to build bpf programs
To use:
$ cargo install libbpf-cargo
$ cargo libbpf --help