pub fn read_looprc() -> LoopConfig
Expand description
Reads the .looprc configuration file from the current directory.
This function attempts to read and parse the .looprc file, returning a LoopConfig struct with the parsed configuration. If the file doesn’t exist or can’t be parsed, it returns a default configuration.