# Functions
NewInConfig retrieves the CSV configuration from the given conf.
NewInStream - Creates a CSV input stream named 'filename'.
NewOutConfig retrieves the CSV configuration from the given conf.
NewOutStream - Creates a CSV output stream named 'filename'.
NewRows - Creates a row reader using the file handle 'f' and configuration 'c'.
NewWriter - Creates a CSV stream writer using the file handle 'f' and configuration 'c'.
# Structs
Column represents column information.
Creator - A utility for creating CSV output streams.
InConfig represents the CSV configuration.
Opener - A utility for opening CSV input streams.
OutConfig represents the CSV configuration.
Rows - Represents a row reader for CSV data.
Stream - Represents a CSV file stream.
Writer - Represents a CSV stream writer.