Modules
Structs
- Returns each row as a Key => Value Mapping, rather than a simple list of values.
- Incredibly basic CSV reader.
- Flexible CSV writer, wherein one can specify
- Helper builder to lazily create a
CSVWriter
- A row represents a single Map line from a CSV table
- Scans the provided input stream and outputs
Token
s as it detects them.
Enums
- Output from the
Tokenizer
as it detects individual tokens from the input stream.