pub async fn atomic_write_string( target: impl AsRef<Path>, value: &str, ) -> Result<(), FsError>
Atomically replace a file with UTF-8 text.