libbpf-rs
libbpf-rs copied to clipboard
No bindings generated for types used in bpf maps
We need to generate Rust types for types used in bpf maps. Currently we lack any such generation and that's causing folks to have to resort to using bindgen out-of-band, which is its own can of worms.