Skip to main content

read_input

Function read_input 

Source
pub fn read_input<T: AsRef<str>>(filename: T) -> Result<(PathBuf, String)>
Expand description

Read input for filename.

If filename is - read from standard input, otherwise try to open and read the given file.