pub fn slurp(filename: &str) -> String
Slurp an entire text file into memory, as a string. If the file cannot be found, panics.