asio - ASynchronous Input/Output library

Build Status

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

This crate is on github and can be used by adding asio 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. Signal will support.
  3. SSL will support.
  4. Generic protocol socket will support.
  5. File descriptor socket will support.
  6. Windows will support.