async_buf_read 0.1.3

Async Buffer Reader for IO
Documentation
1
2
3
4
pub use std::io::Result;

#[cfg(feature = "tokio")]
pub(crate) use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};