Merge pull request #102 from zonyitoo/patch-2

Add Coio-rs
pull/104/head
kud1ing 9 years ago
commit aa98d19104

@ -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) - [Applications written in Rust](#applications-written-in-rust)
- [Games](#games) - [Games](#games)
- [Operating systems](#operating-systems) - [Operating systems](#operating-systems)
- [Asynchronous](#asynchronous)
- [Development Tools](#development-tools) - [Development Tools](#development-tools)
- [Debugging](#debugging) - [Debugging](#debugging)
- [IDEs](#ides) - [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) — [<img src="https://travis-ci.org/redox-os/redox.svg?branch=master">](https://travis-ci.org/redox-os/redox) * [redox-os/redox](https://github.com/redox-os/redox) — [<img src="https://travis-ci.org/redox-os/redox.svg?branch=master">](https://travis-ci.org/redox-os/redox)
* [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [<img src="https://travis-ci.org/thepowersgang/rust_os.svg?branch=master">](https://travis-ci.org/thepowersgang/rust_os) * [thepowersgang/rust_os](https://github.com/thepowersgang/rust_os) — [<img src="https://travis-ci.org/thepowersgang/rust_os.svg?branch=master">](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 [<img src="https://travis-ci.org/zonyitoo/coio-rs.svg?branch=master">](https://travis-ci.org/zonyitoo/coio-rs)
## Development tools ## Development tools

Loading…
Cancel
Save