Crate atomicwrites [] [src]

Reexports

pub use OverwriteBehavior::{AllowOverwrite, DisallowOverwrite};

Structs

AtomicFile

Enums

OverwriteBehavior

Functions

move_atomic

Move src to dst. An error will be returned if dst exists.

replace_atomic

Move src to dst. If dst exists, it will be silently overwritten.