config-dirs
Load a config file by trying out default config file locations:
{NAME_SCREAMING_SNAKE_CASE}_CONFIGenvitonment variable~/.config/{name}/config.toml/etc/{name}/config.toml/usr/local/etc/{name}/config.toml~/Library/Preferences/{name}/config.toml/usr/local/etc/{name}/config.toml
use ;
let config: Config = load.expect;
The case conversion of name for the environment variable is done using convert_case::Case::ScreamingSnake.