# Functions
DecodeToml decodes data from file using toml format.
EncodeToml encodes data into file using toml format, encode data to tmp file, if success then rename tmp => target file.
LoadConfig loads config from file, if fail return err.
No description provided by the author