Module io

Source
Expand description

Input and output interface definitions for layouts.

Implementations for the various layout formats are located in other crates.

Traitsยง

LayoutStreamReader
Trait for reading a layout from a byte stream.
LayoutStreamWriter
Trait for writing a layout to a byte stream.