Function read_to_string

Source
pub fn read_to_string(path: &Path) -> Result<String>
Expand description

Equivalent to std::fs::read_to_string, but handle /__builtin__ files.