# Functions
NewConfig is the generator for configuration.
NewWork is the generator for work.
ReadYAML takes a string and parses into Work.
WriteAllWorkToJSON takes a writer and list of work, and outputs a JSON representation of the full Work to the writer.
WriteAllWorkToPrettyJSON takes a writer and list of work, and outputs a JSON representation of Work to the writer.
WriteAllWorkToPrettyText takes a writer and list of work, and outputs a text representation of Work to the writer.
WriteAllWorkToPrettyYAML takes a writer and list of work, and outputs a YAML representation of Work to the writer.
WriteAllWorkToText takes a writer and a list of work, and outputs a text representation of the full Work to the writer.
WriteAllWorkToYAML takes a writer and list of work, and outputs a YAML representation of the full Work to the writer.
# Type aliases
WorkList an array of work that can be sorted by when it was created.