pub fn read_file_as_string(path: &str) -> String
Reads the contents of a file and returns it as a string.
path
let contents = cgl_rs::utils::read_file_as_string("log.txt");