libbpf-rs 0.6.2

libbpf-rs is a safe, idiomatic, and opinionated wrapper around libbpf-sys
Documentation
1
2
3
4
5
6
# libbpf-rs tests

libbpf-rs tests are designed to be independent of libbpf-cargo and underlying
compiler versions. To that end, we check in pre-compiled bpf object files in
`libbpf-rs/tests/bin`. To help with writing new tests, the original source
code for the pre-compiled objects are placed in `libbpf-rs/tests/bin/src`.