From 502250a2eea2c77b4f36c4aa779aeba928876272 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Sat, 5 Sep 2026 18:58:26 +0200 Subject: [PATCH] Add `fs2` --- data/fs2.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 data/fs2.toml diff --git a/data/fs2.toml b/data/fs2.toml new file mode 100644 index 0000000..4e50043 --- /dev/null +++ b/data/fs2.toml @@ -0,0 +1,6 @@ +description = """ +The standard library provides various locking APIs on `std::fs::File` \ +since Rust 1.89, providing the same functionality as this crate's `FileExt` \ +trait. +""" +url = "https://doc.rust-lang.org/std/fs/struct.File.html#method.lock"