aboutsummaryrefslogtreecommitdiff
path: root/crates/fslock-guard/README.md
Commit message (Collapse)AuthorAgeFilesLines
* fslock-guard: Fix up documentation a bit.Nick Mathewson2026-05-061-2/+3
| | | | | This mainly amounts to clarifying some of our windows desiderata, and removing the final refrences to fslock.
* Fix typos in documentationTobias Stoeckmann2024-03-061-2/+2
|
* fslock-guard: sketch implementationNick Mathewson2024-01-211-0/+16
This is not yet "correct", since it will rely on https://github.com/brunoczim/fslock/pull/15 (Conceivably, it might be better to make the `fslock` crate rm-safe.)