Crate backplane

Source

Modules§

stream_read
stream_write

Structs§

FileSettings
The file settings are everything needed to open and read from a file as an input or output stream
StreamSettings
The stream settings are all the settings for all stream types
StreamSettingsParseError
TcpClientSettings
The tcp client settings are everything needed to open and read from a tcp socket as an input or output stream as a tcp client
TcpServerSettings
The tcp server settings are everything needed to open and read from a tcp socket as an input or output stream as a tcp server
UdpSettings
The udp settings are everything needed to open a UDP socket and use it as an input or output stream

Enums§

ReadStream
A read stream is a source of bytes.
StreamOption
The stream option identifies the desired stream type for reading or writing
WriteStream
A write stream, wrapped in an enum to allow multiple write streams to be returned from functions while still allowing the calling function to defer the choice of stream.