# Functions
NewScanWriter returns a new ScanWriter.
# Variables
ScanWriterMaxBufferSize is the maximum size of the ScanWriter buffer.
# Structs
ByteCounter is a simple io.Writer that counts the number of bytes written to it, to be used in conjunction with io.MultiWriter / io.TeeReader.
ScanWriter is an io.WriteCloser wrapper for bufio.Scanner.
# Type aliases
CallbackFn is a function that takes a string as an argument and returns nothing.