Bpf

Type Alias Bpf 

Source
pub type Bpf = Ebpf;
๐Ÿ‘ŽDeprecated since 0.13.0: use Ebpf instead
Expand description

The main entry point into the library, used to work with eBPF programs and maps.

Aliased Typeยง

pub struct Bpf { /* private fields */ }