Structs§
- Config
- Object representing an open config file, use
lib_config::open_from_path
orlib_config::open_from_home
to get an instance - Section
- Part of a
Config
object, 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