build-bpf
Tools for building ELFs and Skeletons for typical (e)BPF programs.
Usage for a project which wants to build BPF targets in src/bpf/*.bpf.c
.
// build.rs
To symlink the generated (Rust) Skeleton files, you can do something like this:
// build.rs
Having the generated Skeleton files around can, instead of digging through target/...
, can be useful during development.