futures-mio 0.1.0

Bindings from the `futures` crate to the `mio` crate to get I/O in the form of futures and streams.
docs.rs failed to build futures-mio-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

A binding to mio giving it a future/stream interface on top.

This library contains the rudimentary bindings to an event loop in mio which provides future and stream-based abstractions of all the underlying I/O objects that mio provides internally.

Currently very much a work in progress, and breakage should be expected!