Crate pavex_cli_flock

Crate pavex_cli_flock 

Source
Expand description

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.

Structs§

FileLock
A locked file.
Filesystem
A “filesystem” is intended to be a globally shared, hence locked, resource in Cargo.