gix-lock

Crates.iogix-lock
lib.rsgix-lock
version15.0.1
sourcesrc
created_at2023-02-17 09:42:56.259629
updated_at2024-11-24 09:54:40.371325
descriptionA git-style lock-file implementation
homepage
repositoryhttps://github.com/GitoxideLabs/gitoxide
max_upload_size
id787424
size32,158
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: 13414

cargo fmt