Skip to content

aisk/rust-filelock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filelock

Rust

Simple filelock library for rust, using flock on Unix-like systems and LockFileEx on Windows under the hood.

Installation

$ cargo add filelock

Documentation

See https://docs.rs/filelock/latest/filelock/.

License

Memcache is distributed by a MIT license.