mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-01 20:20:32 +00:00
Update README.md
This commit is contained in:
parent
326683f4eb
commit
f7a1fcdf70
1 changed files with 2 additions and 13 deletions
15
README.md
15
README.md
|
|
@ -2,23 +2,12 @@
|
|||
|
||||

|
||||
|
||||
...because who says I can't write yet another link checker?
|
||||
|
||||
## What?
|
||||
|
||||
This thing was created from [Hello Rust Episode
|
||||
10](https://hello-rust.show/10/). It's a link checker.
|
||||
|
||||
A fast, async, resource-friendly link checker written in Rust.
|
||||
For GitHub links, it can optionally use a `GITHUB_TOKEN` to avoid getting blocked by the rate
|
||||
limiter.
|
||||
|
||||

|
||||
|
||||
## Why?
|
||||
|
||||
The existing link checkers were not flexible enough for my use-case. lychee
|
||||
runs all requests fully asynchronously and has a low memory/CPU footprint.
|
||||
|
||||
## Features
|
||||
|
||||
This comparison is made on a best-effort basis. Please create a PR to fix outdated information.
|
||||
|
|
@ -59,7 +48,7 @@ This comparison is made on a best-effort basis. Please create a PR to fix outdat
|
|||
| Amazing lychee logo | ✔️ | ✖️ | ✖️ | ✖️ | ✖️ | ✖️ | ✖️ | ✖️ |
|
||||
| Config file | ✔️ | ✖️ | ✖️ | ✖️ | ✔️ | ✔️ | ✔️ | ✖️ |
|
||||
|
||||
## Planned features:
|
||||
## Planned features. Please help out!
|
||||
|
||||
- report output in HTML, SQL, CSV, XML, JSON, YAML... format
|
||||
- report extended statistics: request latency
|
||||
|
|
|
|||
Loading…
Reference in a new issue