write_file_atomic

Function write_file_atomic 

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

Write content to a file atomically