Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.13 KB

README.md

File metadata and controls

10 lines (8 loc) · 1.13 KB

eBPF apps in Rust

eBPF Rust libraries

Library Summary Starts
libbpf-rs Idiomatic rust wrapper around libbpf. libbpf-rs, together with libbpf-cargo (libbpf cargo plugin) allows to write 'compile once run everywhere' (CO-RE) eBPF programs. 0.3k
redbpf A Rust eBPF toolchain that contains a collection of Rust libraries to work with eBPF programs. 1k
Aya An eBPF library built with a focus on operability and developer experience. It allows for both eBPF programs and their userspace programs to be written in Rust. 0.7k
rust-bcc Idiomatic Rust bindings for the BPF compiler collection. The goal is to mimic the Python BCC bindings in https://github.com/iovisor/bcc in a Rusty way. 0.3k