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"