Crate csv_stream

Source

Structs§

Error
An error that can occur when processing CSV data.
Iter
An iterable CSV creator
Stream
A Streamable CSV creator
Writer
A already configured CSV writer.
WriterBuilder
Builds a CSV writer with various configuration knobs.

Enums§

ErrorKind
The specific type of an error.
QuoteStyle
The quoting style to use when writing CSV data.
Terminator
A record terminator.
Trim
The whitespace preservation behaviour when reading CSV data.

Type Aliases§

Result
A type alias for Result<T, csv_stream::Error>.