Skip to main content

write_file

Function write_file 

Source
pub fn write_file(path: &Path, content: &str) -> Result<()>
Expand description

Writes content to a file, creating parent directories as needed.