fs4 0.13.0

No libc, pure Rust cross-platform file locks. Original fs2, now supports async and replace libc by rustix.
Documentation
1
2
3
4
5
6
7
# Releases

## 0.13.0

### Breakage

- Make `try_lock_*` returns `std::io::Result<bool>`, which is compatible with the incoming `std::fs::File::try_lock*` in std liberary.