Skip to content

Commit

Permalink
add link to python package
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker committed Jan 11, 2022
1 parent ba3e97e commit f066f26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This avoids the problem of two programs writing to the same file. For
`AllowOverwrite`, `rename` is used. For `DisallowOverwrite`, `link + unlink` is
used instead to raise errors when the target path already exists.

This is mostly a port of the same-named [Python package](https://github.com/untitaker/python-atomicwrites).

## Example

```rust
Expand Down

0 comments on commit f066f26

Please sign in to comment.