zenith_utils - add crashsafe_dir

Utility for creating directories and directory trees in a crash safe
manor.

Minimizes calls to fsync for trees.
This commit is contained in:
Patrick Insinger
2021-09-29 16:07:03 -07:00
committed by Patrick Insinger
parent e474790400
commit 0a8aaa2c24
4 changed files with 130 additions and 0 deletions

View File

@@ -38,3 +38,4 @@ rustls-split = "0.2.1"
hex-literal = "0.3"
bytes = "1.0"
webpki = "0.21"
tempfile = "3.2"