#file-lock #access #locked #done #pavex #share

pavex_cli_flock

An internal crate to share file-locking logic between Pavex’s CLIs, pavex and pavexc

8 releases

new 0.1.78 Mar 1, 2025
0.1.77 Feb 26, 2025

#1169 in Filesystem

Download history 60/week @ 2025-01-26 73/week @ 2025-02-02 376/week @ 2025-02-09 26/week @ 2025-02-16

535 downloads per month
Used in pavex_cli

Apache-2.0

28KB
421 lines

File-locking support.

This module defines the Filesystem type which is an abstraction over a filesystem, ensuring that access to the filesystem is only done through coordinated locks.

The FileLock type represents a locked file, and provides access to the file.

Dependencies

~13–23MB
~324K SLoC