Today I am very excited to announce the first release of aya, a brand new eBPF library for the Rust programming language! Aya differs from the existing eBPF libraries in two important ways: It doesn't have "bpf" in its name - I'm really entering uncharted waters here! ⛵️ It doesn't use the [libbpf] library nor the [bcc] toolchain. It's a new, pure Rust implementation which uses the libc crate dire