18 unstable releases (4 breaking)
0.5.0 | Oct 5, 2023 |
---|---|
0.4.0 | Jul 25, 2023 |
0.3.1 | Mar 31, 2023 |
0.2.7 | Nov 3, 2022 |
0.1.0 | Jul 3, 2021 |
#206 in Filesystem
3,814 downloads per month
Used in journal-forwarder
12KB
138 lines
Write Atomic
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.*"
License
See also: CREDITS.md
Copyright © 2023 Blobfolio, LLC <hello@blobfolio.com>
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. You just DO WHAT THE FUCK YOU WANT TO.
Dependencies
~0.1–8.5MB
~74K SLoC