Structs§
- Global
Vars - Thread-safe global configuration container for Rusty Commit Saver.
- User
Input - Command-line argument parser for configuration file path.
Functions§
- get_
default_ ini_ path - Constructs the default configuration file path.
- get_
ini_ file - Loads and parses the INI configuration file from disk.
- get_
or_ default_ config_ ini_ path - Returns the config path from CLI arguments or the default path.
- parse_
ini_ content - Parses INI file content into a configuration object without file I/O.
- retrieve_
config_ file_ path - Retrieves the configuration file path from CLI arguments or returns the default.
- set_
proper_ 🔒home_ dir - Expands the tilde (
~) character to the user’s home directory path.