Module io

Source
Expand description

Input/Output specific functionality.

Modules§

channelchannel
A module that contains the channel implementation for io operations.

Structs§

Input
Represents an input stream.
InputOptions
Represents the options for an input stream.
OutputOptions
A struct that represents the options for the output.
OutputOptionsBuilder
Use builder syntax to set the inputs and finish with build().
Output
A struct that represents the output.