# Functions
Set sets the given option on the given configuration file.
SetIfNot sets the given option on the given configuration file if and only if it is not equal to the last parameter.
UpdateFromFile automatically reads a file and updates the configuration object from its contents.
UpdateFromReader takes a reader and updates the configuration object from its contents.
UpdateFromString updates the given config from the single-line configuration string.
# Interfaces
Config is an interface representing a configuration file.