From ab41768c7b2cb370cd8ac8a7753baf206abc9811 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sat, 5 Sep 2026 18:53:36 +0200 Subject: [PATCH] Add `fd-lock` --- data/fd-lock.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/fd-lock.toml diff --git a/data/fd-lock.toml b/data/fd-lock.toml new file mode 100644 index 0000000..c6b9a8e --- /dev/null +++ b/data/fd-lock.toml @@ -0,0 +1,5 @@ +description = """ +The standard library provides various locking APIs on `std::fs::File` \ +since Rust 1.89, altough with a slightly different API. +""" +url = "https://doc.rust-lang.org/std/fs/struct.File.html#method.lock"