btf-rs 2.0.0

Library for the BPF type format (BTF).
Documentation
1
2
3
4
5
6
//! Utilities built on top of the `btf_rs` library to ease the development for
//! common use cases.

pub mod collection;
#[cfg(feature = "elf")]
pub mod elf;