# Functions
NewStore creates a Store which data is kept in file path.
# Interfaces
Marshaller is the interface implemented by types that can marshal themselves into valid CSV record.
Unmarshaler is the interface implemented by types that can unmarshal a CSV record description of themselves.