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:
commit
72ea7fa99a
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user