Skip to content

Commit

Permalink
feat: add atomic_write_file, atomic_write_file_with_retries, and get_…
Browse files Browse the repository at this point in the history
…atomic_path (#6)
  • Loading branch information
dsherret authored Dec 27, 2024
1 parent ab5c236 commit ae14bc6
Show file tree
Hide file tree
Showing 4 changed files with 476 additions and 48 deletions.
246 changes: 234 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 10 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,17 @@ repository = "https://github.com/denoland/deno_path_util"
[dependencies]
percent-encoding = "2.3.0"
thiserror = "2"
sys_traits.workspace = true
deno_error = "0.5.2"
url = { version = "2.5.1" }
url = "2.5.1"

[dev-dependencies]
pretty_assertions = "1.4.0"
sys_traits = { workspace = true, features = ["getrandom", "memory", "real"] }
tempfile = "3.4.0"

[workspace]
members = ["."]

[workspace.dependencies]
sys_traits = "0.1.0"
Loading

0 comments on commit ae14bc6

Please sign in to comment.