staged_file 0.5.0

Creates a temporary file which can then be committed to a final path.
Documentation
1
2
3
4
5
6
cfg_if::cfg_if! {
    if #[cfg(any(unix))] {
        mod unix;
        pub(crate) use self::unix::*;
    }
}