rlinks

Crates.io Crates.io licensehttps://travis-ci.com/jlricon/rlinks

Rusty Links -rlinks- is a dead dlink checker

Usage

``` Rusty Links 0.3.5 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, --n_par Number of parallel requests (Default 100)

ARGS: URL to check links for (e.g. http://www.google.com)

```

Benchmarks

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 | 10 | 9.22 s | | rlinks | 100 | 3.976 s | | linkchecker | 10 | 17.723 | | linkchecker | 100 | 16.249 |