Crate lib_config
source ·Structs
- Object representing an open config file, use
lib_config::open_from_path
orlib_config::open_from_home
to get an instance - Part of a
Config
object, may contain sub-sections
Enums
Functions
- Opens or create the given JSON config file within the given folder path appended to the result of
directories::BaseDirs::new().home_dir()
- Opens or create the given JSON config file within the given folder path