1
2
3
4
5
//! Primitives for asynchronous I/O.
//!
//! This module is an async version of [`std::io`].

pub use photonio_base::io::*;