20 releases

0.5.2 Nov 28, 2024
0.5.0 Oct 5, 2023
0.4.0 Jul 25, 2023
0.3.1 Mar 31, 2023
0.1.0 Jul 3, 2021

#263 in Filesystem

Download history 260/week @ 2024-08-17 340/week @ 2024-08-24 424/week @ 2024-08-31 344/week @ 2024-09-07 357/week @ 2024-09-14 355/week @ 2024-09-21 376/week @ 2024-09-28 451/week @ 2024-10-05 510/week @ 2024-10-12 493/week @ 2024-10-19 447/week @ 2024-10-26 277/week @ 2024-11-02 257/week @ 2024-11-09 411/week @ 2024-11-16 474/week @ 2024-11-23 631/week @ 2024-11-30

1,818 downloads per month
Used in journal-forwarder

WTFPL license

12KB
160 lines

Write Atomic

docs.rs changelog
crates.io ci deps.rs
license contributions welcome

Write Atomic was originally a stripped-down remake of tempfile-fast, but with the 3.4.0 release of tempfile, it has largely been mooted.

(tempfile now supports Linux optimizations like O_TMPFILE natively.)

That said, one might still enjoy the ergonomic single-shot nature of Write Atomic's write_file and copy_file methods, as well as their permission/ownership-syncing behaviors, and so it lives on!

Examples

// One line is all it takes:
write_atomic::write_file("/path/to/my-file.txt", b"Some data!").unwrap();

Installation

Add write_atomic to your dependencies in Cargo.toml, like:

[dependencies]
write_atomic = "0.5.*"

Dependencies

~1.6–9.5MB
~113K SLoC