rebpf

rebpf is a Rust library built on top of libbpf (no bcc dependency) that allows to write and load bpf program, in details this library provides:

Source code overview

Usage

Add to your Cargo.toml: toml [dependencies] rebpf = "0.1.2" To create your first ebpf program with rebpf library you can copy and rename an empty project template and edit it changing /src/kern.rs and /src/user.rs files.

Documentations

link.

Requirements

Roadmap and contributions

Roadmap is composed from all issues with label "roadmap". If you want contribute to this repo to avoid future conflicts you can describe what are you implementing in a new issue with label "roadmap".

License

Licensed under The MIT License (MIT) https://mit-license.org/.