rasi 0.1.11

An implementation of Rust Asynchronous System Interface(RASI)
Documentation
1
2
3
4
5
6
//! The async prelude.
//!
//! The prelude re-exports most commonly used traits and macros from this crate.

pub use crate::time::TimeoutExt;
pub use futures::{AsyncReadExt, AsyncWriteExt, SinkExt, StreamExt};