Crate lib_config
source ·Structs
- Object representing an open config file, use
lib_config::open_from_pathorlib_config::open_from_hometo get an instance - Part of a
Configobject, may contain sub-sections
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