linkcheck 0.3.2

A library for extracting and validating links.
Documentation
# Linkcheck

[![Continuous integration](https://github.com/Michael-F-Bryan/linkcheck/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/Michael-F-Bryan/linkcheck/actions)
[![Docs.rs Badge](https://docs.rs/linkcheck/badge.svg)](https://docs.rs/linkcheck)
[![Crates.io](https://img.shields.io/crates/v/linkcheck)](https://crates.io/crates/linkcheck)
![Crates.io](https://img.shields.io/crates/l/linkcheck)

([API Docs])

A library for extracting and validating links.

For insight into how this crate is designed and was implemented, you may want to
read [the original blog post][blog].

## License

This project is licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE.md or
   http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT.md or
   http://opensource.org/licenses/MIT)

at your option.

It is recommended to always use [cargo-crev][crev] to verify the
trustworthiness of each of your dependencies, including this one.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally
submitted for inclusion in the work by you, as defined in the Apache-2.0
license, shall be dual licensed as above, without any additional terms or
conditions.

The intent of this crate is to be free of soundness bugs. The developers will
do their best to avoid them, and welcome help in analysing and fixing them.

[API Docs]: https://michael-f-bryan.github.io/linkcheck
[crev]: https://github.com/crev-dev/cargo-crev
[blog]: http://adventures.michaelfbryan.com/posts/linkchecker/