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
535 downloads per month
Used in pavex_cli
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