git_prole::fs

Function read_to_string

source
pub fn read_to_string<P>(path: P) -> Result<String>
where P: AsRef<Path> + Debug,