1# Linkcheck
2
3[![Continuous integration](https://github.com/Michael-F-Bryan/linkcheck/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/Michael-F-Bryan/linkcheck/actions)
4[![Docs.rs Badge](https://docs.rs/linkcheck/badge.svg)](https://docs.rs/linkcheck)
5[![Crates.io](https://img.shields.io/crates/v/linkcheck)](https://crates.io/crates/linkcheck)
6![Crates.io](https://img.shields.io/crates/l/linkcheck)
7
8([API Docs])
9
10A library for extracting and validating links.
11
12For insight into how this crate is designed and was implemented, you may want to
13read [the original blog post][blog].
14
15## License
16
17This project is licensed under either of
18
19 * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE.md) or
20   http://www.apache.org/licenses/LICENSE-2.0)
21 * MIT license ([LICENSE-MIT](LICENSE-MIT.md) or
22   http://opensource.org/licenses/MIT)
23
24at your option.
25
26It is recommended to always use [cargo-crev][crev] to verify the
27trustworthiness of each of your dependencies, including this one.
28
29### Contribution
30
31Unless you explicitly state otherwise, any contribution intentionally
32submitted for inclusion in the work by you, as defined in the Apache-2.0
33license, shall be dual licensed as above, without any additional terms or
34conditions.
35
36The intent of this crate is to be free of soundness bugs. The developers will
37do their best to avoid them, and welcome help in analysing and fixing them.
38
39[API Docs]: https://michael-f-bryan.github.io/linkcheck
40[crev]: https://github.com/crev-dev/cargo-crev
41[blog]: http://adventures.michaelfbryan.com/posts/linkchecker/
42