From 00daa2ca23ed2187a98027add92b8faa8ce5c184 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 8 Aug 2016 23:18:49 -0700 Subject: [PATCH] Add lots of README files --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 41b8d5aa0..1e9b1879a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # futures-mio -Build status, license, and other information can be found in the top-level -[README.md]. +Bindings to the `mio` crate implementing the `futures-io` and `futures` +abstractions. -[README.md]: https://github.com/alexcrichton/futures-rs#futures-rs +[![Build Status](https://travis-ci.org/alexcrichton/futures-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/futures-rs) +[![Build status](https://ci.appveyor.com/api/projects/status/yl5w3ittk4kggfsh?svg=true)](https://ci.appveyor.com/project/alexcrichton/futures-rs) [Documentation](http://alexcrichton.com/futures-rs/futures_mio) @@ -61,3 +62,11 @@ combinators to compose working with data on sockets. Check out the [documentation] for more information, and more coming here soon! [documentation]: http://alexcrichton.com/futures-rs/futures_mio + +# License + +`futures-mio` is primarily distributed under the terms of both the MIT license +and the Apache License (Version 2.0), with portions covered by various BSD-like +licenses. + +See LICENSE-APACHE, and LICENSE-MIT for details.