A safe, lean library for inspecting and querying eBPF objects.
It is based upon the work of libbpf-sys to safely create wrappers around libbpf. A lot of the design & inspiration stems from bpftool and libbpf-rs.
This crate is NOT meant to help with writing and loading of eBPF programs and maps. For that, we recommend libbpf-rs and libbpf-cargo.
To use in your project, add into your Cargo.toml
:
toml
[dependencies]
bpf-rs = "0.0.6"
or using cargo-edit:
sh
$ cargo add bpf-rs
BSD 2-Clause - Maintained by bpfdeploy.io