Crate raii_flock[][src]

Expand description

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

Structs

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