esl01-atomicfile 0.3.0

Atomically write a file with retries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.tempfile]
version = "3"

[dependencies.tracing]
version = "0.1"

[lib]
name = "atomicfile"

[package]
authors = ["Facebook Source Control Team <sourcecontrol-dev@fb.com>"]
description = "Atomically write a file with retries."
edition = "2021"
license = "MIT"
name = "esl01-atomicfile"
repository = "https://github.com/facebook/sapling"
resolver = "2"
version = "0.3.0"