Crate lib_config

Source

Structs§

Config
Object representing an open config file, use lib_config::open_from_path or lib_config::open_from_home to get an instance
Section
Part of a Config object, may contain sub-sections

Enums§

Error

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

Type Aliases§

JObject