bpf-feature 0.1.1

A library for eBPF feature detection
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# bpf-feature examples

## feature-probe

Akin to `bpftool feature probe`

Example of how this library can be used in a CLI to determine eBPF feature support

## json-dump

Akin to `bpftool feature probe --json`

Example of how bpf-feature can support serialization of it structures.