Crate lineup

Source

Structs§

InFormat
InFormatBuilder
Builder for InFormat.
ItemReader
ItemSpan
Output items span
ItemWriter
Write input items as per provided format (see write)
LineSeparator
OutFormat
Output format
OutFormatBuilder
Builder for OutFormat.

Enums§

Anchor
Anchor type for items when padding is needed
InFormatBuilderError
Error type for InFormatBuilder
ItemSeparator
OutFormatBuilderError
Error type for OutFormatBuilder

Functions§

read
Get an iterator over &str items
write
Write all input items as per provided format

Type Aliases§

ItemIterator
Opaque type definition around ItemReader, as returned from read