lib.rs
Jan 27, 202595,881 downloads per month Used in 22 crates (4 directly). BSD-3-Clause. 75KB 1K SLoC Atomic Write File. This is a Rust crate that offers functionality to write and overwrite files atomically, that is: without leaving the file in an intermediate state.Either the new contents of the files are written to the filesystem, or the old contents (if any) are preserved.