# Packages
Package progress provides slicing progress logger.
# Functions
NewFileReader creates the Reader for a single CSV file.
NewSlicesReader creates the Reader for a sliced CSV table.
# Constants
MaxTokenBufferSize specifies maximal size of the scanner buffer, it is also maximum length of a CSV row.
StartTokenBufferSize specifies initial size of the scanner buffer.