The Aya library for creating eBPF handlers in Rust has been introduced
The first release of the Aya library has been introduced, allowing the creation of eBPF handlers in the Rust language, which run inside the Linux kernel in a specialized JIT virtual machine. Unlike other tools for developing eBPF programs, Aya does not utilize libbpf and the bcc compiler, but offers its own implementation written in Rust, which uses the libc crate to directly access kernel system calls. […]
