GitXplorerGitXplorer
a

rust-filelock

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
828d5d98951de29cba6c145f71ac97306c3a84d0

📝 update README.md (#2)

aaisk committed 2 years ago
Verified
9f6e6cf77b04e3afd058b56be310060b8ced9c2d

👷 create ci.yml (#1)

aaisk committed 2 years ago
Unverified
0ba729c29f048ae56bf856dc00dd82a38725fb6f

🔖 bump version 0.3.0

aaisk committed 2 years ago
Unverified
b03afda3a6abcade5ff2abad7231b51d3b6b6c8d

✨ add mod function new

aaisk committed 2 years ago
Unverified
a25770acdc680bf39d7059b93bab454fd66ee0d6

🔖 bump version 0.2.0

aaisk committed 2 years ago
Unverified
1386cf3236a2c51b06cd11085a7c0b4915267f49

📝 update readme

aaisk committed 2 years ago

README

The README file for this repository.

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.