filelock
Simple filelock library for rust, using flock on Unix-like systems and LockFileEx on Windows under the hood.
Image by Homutan, source: https://www.pixiv.net/artworks/128080460
Installation
Usage
use filelock;
For manual control:
use filelock;
Documentation
See https://docs.rs/filelock/latest/filelock/.
License
Filelock is distributed by a MIT license.