bpf-api 0.3.1

Idomatic Rust bindings for eBPF programs, probes, and maps.
Documentation
1
2
3
4
5
6
7
8
9
pub mod bpf;
pub mod map;
pub mod perf;
pub mod probes;
pub mod prog;

#[cfg(target_arch = "x86_64")]
mod x86_64;
use x86_64::syscalls;