#file #raii #lock #guard #flock

raii_flock

Little library implementing a wrapper over a file that's locked on creation and unlocked when it goes out of scope

2 unstable releases

0.2.0 Aug 18, 2021
0.1.0 Feb 26, 2021

#1144 in Filesystem

Unlicense

5KB
75 lines

raii_flock

Little library implementing a wrapper over a file that's locked on creation and unlocked when it goes out of scope.


lib.rs:

Little library implementing a wrapper over a file that's locked on creation and unlocked when it goes out of scope.

Dependencies

~250KB