mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
Use crates.io links for BurntSushi crates (#83)
This commit is contained in:
parent
238cd8c525
commit
d562f48409
1 changed files with 4 additions and 1 deletions
|
@ -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)"
|
||||
}]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue