//! Async file-system operations built on the [`tempest_io::Io`] trait.
//!
//! Each operation is a [`Future`] that submits a request to the I/O backend on first poll and
//! resolves when the completion arrives. Partial operations (`read_exact`, `write_exact`)
//! retry automatically until the full buffer is transferred.
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;