aya-ebpf 0.2.1

A library for writing eBPF programs
Documentation
1
2
3
4
5
pub(crate) struct Assert<const COND: bool> {}

pub(crate) trait IsTrue {}

impl IsTrue for Assert<true> {}