linkcheck2

Crates.iolinkcheck2
lib.rslinkcheck2
version
sourcesrc
created_at2024-10-22 03:50:53.321199
updated_at2024-10-22 03:50:53.321199
descriptionA library for extracting and validating links.
homepage
repositoryhttps://github.com/marxin/linkcheck2
max_upload_size
id1418207
Cargo.toml error:TOML parse error at line 21, column 1 | 21 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Martin Liška (marxin)

documentation

README

Linkcheck

Continuous integration Docs.rs Badge Crates.io Crates.io

([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.

This is a fork of the linkcheck crate.

License

This project is licensed under either of

at your option.

It is recommended to always use cargo-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.

Commit count: 96

cargo fmt