Rusty Links -rlinks- is a dead links checker
NOTE: CAN ONLY BE COMPILED WITH RUST NIGHTLY!
``` Rusty Links Jose Luis Ricon jose@ricon.xyz Finds dead links in websites
USAGE: Rusty Links [FLAGS] [OPTIONS] [URL]
FLAGS: -h, --help Prints help information -s, --show_ok Show links that are ok -V, --version Prints version information
OPTIONS:
-p, --npar
ARGS:
```
I tested this against this
long article with over a hundred links. linkchecker was run with
linkchecker --no-robots -r1 --check-extern https://nintil.com/this-review-is-not-about-reviewing-the-elephant-in-the-brain/
| Program | Parallelism | Time | | ----------- | ----------- | ------- | | rlinks | 4 (requests per domain, default) | 6.9 | | linkchecker | 10 (threads, default)| 14.9 |