Skip to main content

read_file

Function read_file 

Source
pub fn read_file(path: &str) -> Option<String>
Expand description

Read a file to string, returning None on failure.