From 4916934c2a8af60d25c72d89c7bc1af62a7678d6 Mon Sep 17 00:00:00 2001 From: Thayne McCombs Date: Sun, 16 Oct 2016 16:23:16 -0600 Subject: [PATCH] Remove tangle Because it is deprecated in favor of futures-rs --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 0d156d5..bd85205 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,6 @@ 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 [](https://travis-ci.org/zonyitoo/coio-rs) -* [thehydroimpulse/tangle](https://github.com/thehydroimpulse/tangle) — a scala-inspired futures library [](https://travis-ci.org/thehydroimpulse/tangle) * [dpc/mioco](https://github.com/dpc/mioco) — Scalable, coroutine-based, asynchronous IO handling library [Travis CI Build Status](https://travis-ci.org/dpc/mioco) * [alexcrichton/futures-rs](https://github.com/alexcrichton/futures-rs) — Zero-cost futures in Rust [Travis CI Build Status](https://travis-ci.org/alexcrichton/futures-rs) * [carllerche/mio](https://github.com/carllerche/mio) — MIO is a lightweight IO library for Rust with a focus on adding as little overhead as possible over the OS abstractions [](https://travis-ci.org/carllerche/mio)