#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

4 releases

new 0.1.74 Feb 12, 2025
0.1.73 Feb 11, 2025
0.1.72 Feb 9, 2025
0.1.71 Feb 1, 2025

#1276 in Filesystem

Download history 107/week @ 2025-01-28 138/week @ 2025-02-04 290/week @ 2025-02-11

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

~19–26MB
~378K SLoC