write_atomic 0.1.0

Write to files atomically.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.rand]
version = "0.8"

[dependencies.tempfile]
version = "3.2"

[package]
authors = ["Blobfolio, LLC. <hello@blobfolio.com>"]
description = "Write to files atomically."
edition = "2018"
exclude = [".github", ".gitignore", ".righteous-sandbox.json", "about.toml", "doc", "justfile", "release"]
license = "WTFPL"
name = "write_atomic"
readme = "README.md"
repository = "https://github.com/Blobfolio/write_atomic"
version = "0.1.0"
[target."cfg(unix)".dependencies.libc]
version = ">= 0.2.34"