Skip to main content

atomic_write

Function atomic_write 

Source
pub fn atomic_write(path: &Path, bytes: &[u8]) -> Result<(), BaselineError>
Expand description

Write bytes to path via a same-directory temporary file and rename.