# Functions
Aligned aligns the provided offset for the next write: it returns the offset at which the next record will be written, if a writer with the provided offset is provided to Append.
Append writes an entry to the io.Writer w.
NewReader returns a log file reader that reads log entries from the provider io.Reader.
NewWriter returns a new writer that appends log entries to the provided io.Writer.
Rewind finds and returns the offset of the last log entry in the log file represented by the reader r.
# Constants
Blocksz is the size of the blocks written to the log files produced by this package.
# Variables
ErrCorrupted is returned when log file corruption is detected.