Structs§
- Config
- Object representing an open config file, use
lib_config::open_from_pathorlib_config::open_from_hometo get an instance - Section
- Part of a
Configobject, may contain sub-sections
Enums§
Functions§
- open_
from_ home - Opens or create the given JSON config file within the given folder path appended to the result of
directories::BaseDirs::new().home_dir() - open_
from_ path - Opens or create the given JSON config file within the given folder path