aya-ebpf 0.2.1

A library for writing eBPF programs
Documentation
1
2
3
4
5
6
//! BTF-compatible BPF maps that contain references to other maps.
mod array;
mod hash_map;

pub use array::ArrayOfMaps;
pub use hash_map::HashOfMaps;