prettytable
0.0.1
Module csv
Module Items
Structs
Type Aliases
In crate prettytable
prettytable
Module
csv
Copy item path
Source
Expand description
CSV impl and reexported types
Structs
§
Reader
A already configured CSV reader.
Reader
Builder
Builds a CSV reader with various configuration knobs.
Writer
An already configured CSV writer.
Type Aliases
§
Result
A type alias for
Result<T, csv::Error>
.