pub fn slurp(filename: &str) -> String
Expand description

Slurp an entire text file into memory, as a string. If the file cannot be found, panics.