Crate csv_stream[−][src]
Structs
An error that can occur when processing CSV data.
An iterable CSV creator
A Streamable CSV creator
A already configured CSV writer.
Builds a CSV writer with various configuration knobs.
Enums
The specific type of an error.
The quoting style to use when writing CSV data.
A record terminator.
The whitespace preservation behaviour when reading CSV data.
Type Definitions
A type alias for Result<T, csv_stream::Error>
.