From 0b158be6e8e781751754f458a16834a566b834b8 Mon Sep 17 00:00:00 2001 From: Reza Ghanbari Date: Mon, 14 Aug 2023 17:13:03 +0200 Subject: [PATCH] Remove redbpf and capitalize the BPF header. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 69a859e..ac271b1 100644 --- a/README.md +++ b/README.md @@ -1188,11 +1188,10 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [serverlesstechnology/cqrs](https://github.com/serverlesstechnology/cqrs) [[cqrs-es](https://crates.io/crates/cqrs-es)] — A framework for CQRS and event sourcing with [user guide](https://doc.rust-cqrs.org/) -### eBPF +### EBPF * [libbpf/libbpf-rs](https://github.com/libbpf/libbpf-rs) — A minimal and opinionated eBPF tooling for the Rust ecosystem. * [aya/aya-rs](https://github.com/aya-rs/aya) — A Rust library for the Rust programming language, built with a focus on developer experience and operability. -* [foniod/redbpf](https://github.com/foniod/redbpf) — A Rust library for building and running BPF/eBPF modules. ### Email