From c1ffce18cb06fad1c4d6c97215f3e611655d04c2 Mon Sep 17 00:00:00 2001 From: "Y. T. CHUNG" Date: Mon, 14 Dec 2015 00:04:28 +0800 Subject: [PATCH] Add Coio-rs Add Coio-rs into a new section "Asynchronous". --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 40ea16d..6807874 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ The goal is to have only projects that are mostly stable and useful to users. - [Applications written in Rust](#applications-written-in-rust) - [Games](#games) - [Operating systems](#operating-systems) + - [Asynchronous](#asynchronous) - [Development Tools](#development-tools) - [Debugging](#debugging) - [IDEs](#ides) @@ -75,6 +76,9 @@ The goal is to have only projects that are mostly stable and useful to users. * [redox-os/redox](https://github.com/redox-os/redox) — [](https://travis-ci.org/redox-os/redox) * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [](https://travis-ci.org/thepowersgang/rust_os) +## Asynchronous + +* [zonyitoo/coio-rs](https://github.com/zonyitoo/coio-rs) — a coroutine I/O library with a working-stealing scheduler [](https://travis-ci.org/zonyitoo/coio-rs) ## Development tools