Creating a Robust, Reusable Link-Checker

A couple weeks ago I needed to fix a bug in mdbook-linkcheck and figured it was time to pull the actual link checking logic into its own crate, thus the linkcheck crate was born.

Here's the process I went through to implement a fully-featured link checker:

3 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.