1
0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2025-01-24 13:56:52 +02:00

Merge pull request #142 from thehydroimpulse/patch-1

Add the Tangle library
This commit is contained in:
kud1ing 2016-04-04 09:23:55 +02:00
commit bb1b697e0b

View File

@ -171,7 +171,7 @@ See also [http://areweideyet.com/](http://areweideyet.com/) and [Rust and IDEs](
### 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)
* [thehydroimpulse/tangle](https://github.com/thehydroimpulse/tangle) — a scala-inspired futures library [<img src="https://travis-ci.org/thehydroimpulse/tangle.svg?branch=master">](https://travis-ci.org/thehydroimpulse/tangle)
### Audio