Function write_file_str

Source
pub fn write_file_str(fname: &str, contents: &str) -> Result<()>
Expand description

Writes a string to a file.