Crates.io | check_urls |
lib.rs | check_urls |
version | |
source | src |
created_at | 2022-07-03 15:20:41.015511+00 |
updated_at | 2025-03-08 14:12:11.490634+00 |
description | Verify the validity of URLs inside your files |
homepage | https://github.com/wdroz/check_urls |
repository | https://github.com/wdroz/check_urls |
max_upload_size | |
id | 618396 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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` |
size | 0 |
Verify the validity of URLs inside your files
⚠️ This is a WIP project, expect some bugs and panics ⚠️
cargo install check_urls
check_urls 0.2.3
William Droz
Verify the validity of URLs inside your files
USAGE:
check_urls [OPTIONS]
OPTIONS:
-h, --help Print help information
-p, --path <PATH> Path of codebase to check [default: .]
-V, --version Print version information