Crate raii_flock

Crate raii_flock 

Source
Expand description

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

Structs§

FileLock
Wrapper over a file that calls FileExt::unlock at dropping.