async-ebpf 0.3.2

Async-friendly, fully preemptive userspace eBPF runtime
Documentation
1
2
3
4
5
6
mod basic;
// Asserts arm64-specific encoding limits; on x86-64 the same program is
// translatable (rel32 reaches ±2 GiB), so there is nothing to reject.
#[cfg(target_arch = "aarch64")]
mod jit_limits;
mod preemption;