Ruyi

Ruyi is an event-driven framework for non-blocking, asynchronous I/O in Rust powered by futures.

crates.io docs.rs Build Status

Usage

To use ruyi, add the following to your Cargo.toml:

toml [dependencies] ruyi = "0.1"

and then, add this to your crate:

rust extern crate ruyi;

Examples can be found in the examples folder in this repository.

Features

Platforms

Currently supported:

To be supported:

License

Ruyi is distributed under the terms of both the MIT License and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.