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.
- Writer
Builder - Builds a CSV writer with various configuration knobs.
Enums§
- Error
Kind - The specific type of an error.
- Quote
Style - 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>
.