doc: add readme link to all projects that use libuv.

This commit is contained in:
Andrius Bentkus 2013-12-24 18:01:45 +02:00 committed by Andrius Bentkus
parent 8b6c19e219
commit 20253414c3

View File

@ -4,7 +4,7 @@ libuv is a multi-platform support library with a focus on asynchronous I/O. It
was primarily developed for use by [Node.js](http://nodejs.org), but it's also
used by Mozilla's [Rust language](http://www.rust-lang.org/),
[Luvit](http://luvit.io/), [Julia](http://julialang.org/),
[pyuv](https://crate.io/packages/pyuv/), and others.
[pyuv](https://crate.io/packages/pyuv/), and [others](https://github.com/joyent/libuv/wiki/Projects-that-use-libuv).
## Feature highlights