rebpf 0.1.5

A ebpf library built on top of libbpf (no bcc dependency).
Documentation
1
2
3
4
//! This module contains high-level bpf api built on top of libbpf safe wrapper api.

pub mod maps;
pub mod utils;