Module photonio_uring::io
source · Expand description
Primitives for asynchronous I/O.
This module is an async version of std::io
.
Structs
Enums
Enumeration of possible methods to seek within an I/O object.
Traits
Reads some bytes from an object.
Reads some bytes from an object at a given position.
Seeks to a position in an object.
Writes some bytes into an object.
Writes some bytes into an object at a given position.
Provides extension methods for
WriteAt
.