From d562f48409150d62ff997289a223e85815990dac Mon Sep 17 00:00:00 2001 From: Baptiste Girardeau Date: Tue, 23 May 2023 00:23:03 +0200 Subject: [PATCH] Use crates.io links for BurntSushi crates (#83) --- data/crates.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/crates.json b/data/crates.json index b73b531..b6adea1 100644 --- a/data/crates.json +++ b/data/crates.json @@ -167,7 +167,7 @@ "recommendations": [{ "name": "regex", "notes": "De facto standard regex library. Very fast, but does not support fancier features such as backtracking." - }, + }, { "name": "fancy-regex", "notes": "Use if need features such as backtracking which regex doesn't support" @@ -885,6 +885,7 @@ "name": "Globbing", "recommendations": [{ "name": "globset", + "link": "https://crates.io/crates/globset", "notes": "High-performance globbing that allows multiple globs to be evaluated at once" }] }, @@ -892,9 +893,11 @@ "name": "Directory walking", "recommendations": [{ "name": "walkdir", + "link": "https://crates.io/crates/walkdir", "notes": "Basic recursive filesystem walking." }, { "name": "ignore", + "link": "https://crates.io/crates/ignore", "notes": "Recursive filesystem walking that respects ignore files (like .gitignore)" }] },