From fea23d0e3c3cf3b5e1e143e0f51d739ccef055d7 Mon Sep 17 00:00:00 2001 From: Evgeny Igumnov Date: Thu, 27 Jun 2024 23:53:18 +0500 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3af08a04c..5c2aa6911 100644 --- a/README.md +++ b/README.md @@ -914,6 +914,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [async-std](https://async.rs/) [[async-std](https://crates.io/crates/async-std)] — Async version of the Rust standard library [![CI](https://github.com/async-rs/async-std/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/async-rs/async-std/actions/workflows/ci.yml) * [dpc/mioco](https://github.com/dpc/mioco) — Scalable, coroutine-based, asynchronous IO handling library +* [igumnoff/gabriel2](https://github.com/igumnoff/gabriel2) — Gabriel2: An actor-model library based on Tokio * [mio](https://github.com/tokio-rs/mio) — MIO is a lightweight IO library, with a focus on adding as little overhead as possible over the OS abstractions * [rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) — Zero-cost futures * [t3hmrman/async-dropper](https://github.com/t3hmrman/async-dropper) [[async-dropper](https://crates.io/crates/async-dropper)] — Implementation of `AsyncDrop` From d2185c2d003be233b7f797066956724a16b77515 Mon Sep 17 00:00:00 2001 From: Evgeny Igumnov Date: Fri, 28 Jun 2024 10:39:56 +0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c2aa6911..c9ed5309f 100644 --- a/README.md +++ b/README.md @@ -914,7 +914,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [async-std](https://async.rs/) [[async-std](https://crates.io/crates/async-std)] — Async version of the Rust standard library [![CI](https://github.com/async-rs/async-std/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/async-rs/async-std/actions/workflows/ci.yml) * [dpc/mioco](https://github.com/dpc/mioco) — Scalable, coroutine-based, asynchronous IO handling library -* [igumnoff/gabriel2](https://github.com/igumnoff/gabriel2) — Gabriel2: An actor-model library based on Tokio +* [igumnoff/gabriel2](https://github.com/igumnoff/gabriel2) [[gabriel2](https://crates.io/crates/gabriel2)] — Gabriel2: An actor-model library based on Tokio * [mio](https://github.com/tokio-rs/mio) — MIO is a lightweight IO library, with a focus on adding as little overhead as possible over the OS abstractions * [rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) — Zero-cost futures * [t3hmrman/async-dropper](https://github.com/t3hmrman/async-dropper) [[async-dropper](https://crates.io/crates/async-dropper)] — Implementation of `AsyncDrop` From 11dcfbbc813b6eabce5adf26b127c5d3d1973852 Mon Sep 17 00:00:00 2001 From: Evgeny Igumnov Date: Sun, 30 Jun 2024 00:08:53 +0500 Subject: [PATCH 3/3] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ed72aa15c..608b22c5e 100644 --- a/README.md +++ b/README.md @@ -915,7 +915,6 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ ### Asynchronous - * [async-std](https://async.rs/) [[async-std](https://crates.io/crates/async-std)] - Async version of the Rust standard library [![CI](https://github.com/async-rs/async-std/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/async-rs/async-std/actions/workflows/ci.yml) * [dpc/mioco](https://github.com/dpc/mioco) - Scalable, coroutine-based, asynchronous IO handling library * [igumnoff/gabriel2](https://github.com/igumnoff/gabriel2) [[gabriel2](https://crates.io/crates/gabriel2)] - Gabriel2: An actor-model library based on Tokio