From 5ab64478d70a5bfa693d1229fbcfa414eaa99bb6 Mon Sep 17 00:00:00 2001 From: alorylic Date: Tue, 4 Jun 2024 22:22:00 +0800 Subject: [PATCH 1/2] move tokio-rs/tokio to Asynchronous --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18f9eee..7d6e7dc 100644 --- a/README.md +++ b/README.md @@ -917,6 +917,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [TeaEntityLab/fpRust](https://github.com/TeaEntityLab/fpRust) — Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust * [Xudong-Huang/may](https://github.com/Xudong-Huang/may) — Stackful coroutine library * [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) — A coroutine I/O library with a working-stealing scheduler +* [tokio-rs/tokio](https://github.com/tokio-rs/tokio) — A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. ### Audio and Music @@ -1593,7 +1594,6 @@ See also [Are we game yet?](https://arewegameyet.rs) * [dylanmckay/protocol](https://github.com/dylanmckay/protocol) — Custom TCP/UDP protocol definitions * [libpnet/libpnet](https://github.com/libpnet/libpnet) — A cross-platform, low level networking * [smoltcp-rs/smoltcp](https://github.com/smoltcp-rs/smoltcp) — A standalone, event-driven TCP/IP stack that is designed for bare-metal, real-time systems - * [tokio-rs/tokio](https://github.com/tokio-rs/tokio) — A network application framework for rapid development and highly scalable production deployments of clients and servers. * message-io * [lemunozm/message-io](https://github.com/lemunozm/message-io) — Event-driven message library to build network applications easy and fast. Supports TCP, UDP and WebSockets. [![build badge](https://img.shields.io/github/workflow/status/lemunozm/message-io/message-io%20ci)](https://github.com/lemunozm/message-io/actions?query=workflow%3A%22message-io+ci%22) * MQTT From 32ffc7c16df3a688ed01eabcfca551d62d9e8c27 Mon Sep 17 00:00:00 2001 From: alorylic Date: Tue, 4 Jun 2024 23:03:27 +0800 Subject: [PATCH 2/2] change sort --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d6e7dc..17d03fc 100644 --- a/README.md +++ b/README.md @@ -915,9 +915,9 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [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` * [TeaEntityLab/fpRust](https://github.com/TeaEntityLab/fpRust) — Monad/MonadIO, Handler, Coroutine/doNotation, Functional Programming features for Rust +* [tokio-rs/tokio](https://github.com/tokio-rs/tokio) — A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. * [Xudong-Huang/may](https://github.com/Xudong-Huang/may) — Stackful coroutine library * [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) — A coroutine I/O library with a working-stealing scheduler -* [tokio-rs/tokio](https://github.com/tokio-rs/tokio) — A runtime for writing reliable, asynchronous, and slim applications with the Rust programming language. ### Audio and Music