Skip to content

Commit

Permalink
Use crates.io links for BurntSushi crates (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste0928 authored May 22, 2023
1 parent 238cd8c commit d562f48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion data/crates.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -885,16 +885,19 @@
"name": "Globbing",
"recommendations": [{
"name": "globset",
"link": "https://crates.io/crates/globset",
"notes": "High-performance globbing that allows multiple globs to be evaluated at once"
}]
},
{
"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)"
}]
},
Expand Down

0 comments on commit d562f48

Please sign in to comment.