1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-12-12 19:18:26 +02:00

Merge pull request #1549 from r21gh/r21gh-patch-1

Update README.md to add the eBPF section
This commit is contained in:
Tom Parker-Shemilt 2023-08-24 10:23:11 +01:00 committed by GitHub
commit 72ea7fa99a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md).
* [Date and time](#date-and-time)
* [Distributed systems](#distributed-systems)
* [Domain driven design](#domain-driven-design)
* [eBPF](#ebpf)
* [Email](#email)
* [Encoding](#encoding)
* [Filesystem](#filesystem)
@ -1191,6 +1192,11 @@ 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
* [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.
* [libbpf/libbpf-rs](https://github.com/libbpf/libbpf-rs) — A minimal and opinionated eBPF tooling for the Rust ecosystem.
### Email
[[email](https://crates.io/keywords/email), [imap](https://crates.io/keywords/imap), [smtp](https://crates.io/keywords/smtp)]