aya 0.11.0

An eBPF library with a focus on developer experience and operability.
Documentation
#[allow(clippy::module_inception)]
mod btf;
mod info;
mod relocation;
mod types;

pub use btf::*;
pub(crate) use info::*;
pub use relocation::RelocationError;
pub(crate) use types::*;