Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsquire/link-checker

A simple link checking tool written in Rust
https://github.com/gsquire/link-checker

Last synced: 30 days ago
JSON representation

A simple link checking tool written in Rust

Awesome Lists containing this project

README

        

# link-checker
A simple link checking tool written in Rust 1.3

## Building the link-checker

Use 'cargo build'.

## Running the link-checker

User 'cargo run input.txt'

## Creating your own input file

You can name it anything you want, and all it really needs is to be a list of URLs, one per line.

## Known limitations

It depends on 'hyper' v0.6.15 for making HTTP calls, so whatever it can do this tool should also do. I've not yet tried it with HTTPS or with querystrings. All requests are GET, so no POST, HEAD, or other methods.