xitca-io 0.6.0

async network io types and traits
Documentation
1
2
3
4
5
6
7
8
9
//! Async traits and types used for Io operations.

#![forbid(unsafe_code)]

pub mod bytes;
pub mod io;

#[cfg(feature = "runtime")]
pub mod net;