Crate config_helper

Crate config_helper 

Source

Structs§

Config
Represents the configuration structure for the application.

Functions§

load_config
Loads configuration data from a file and deserializes it into the specified type T.
save_config
Serializes the provided configuration data and saves it to a file.