asyncio - ASynchronous Input/Output library

Build Status

The asyncio is not compatible to Rust stable version (ver 1.13). Please install a Rust-nightly.

This crate is on github and can be used by adding asyncio to the dependencies in your project's Cargo.toml.

toml [dependencies] rust_asio = "*"

Documentation

Features

Platforms

Currently supported platforms: - Linux (kernel in version >=2.6.27)

TODO list

  1. BSD will support (kqueue support).
  2. SSL will support.
  3. Windows will support.
  4. Serial-port will support.