gix-lock

Crates.iogix-lock
lib.rsgix-lock
version14.0.0
sourcesrc
created_at2023-02-17 09:42:56.259629
updated_at2024-05-22 11:48:58.544518
descriptionA git-style lock-file implementation
homepage
repositoryhttps://github.com/Byron/gitoxide
max_upload_size
id787424
size30,139
Sebastian Thiel (Byron)

documentation

README

Use lock-files in the way git does with auto-cleanup being the most notable feature.

  • writable lock files that can be committed to atomically replace the resource they lock
  • read-only markers that lock a resource without the intend to overwrite it
  • auto-removal of the lockfiles and intermediate directories on drop or on signal
Commit count: 12542

cargo fmt