pub fn atomic_write_text<P: AsRef<Path>>( path: P, text: &str, ) -> Result<(), AicoError>
Atomically write text to a file using a temporary file + rename strategy.