lycheeverse / lychee

⚡ Fast, async, stream-based link checker written in Rust. Finds broken URLs and mail addresses inside Markdown, HTML, reStructuredText, websites and more!
https://lychee.cli.rs
Apache License 2.0
1.86k stars 115 forks source link

Archive integration with `lychee_lib` #1455

Open thomas-zahner opened 1 week ago

thomas-zahner commented 1 week ago

Currently the --archive and --suggest functionality is only inside of lychee_bin and not lychee_lib. Would you agree that making it available through the library makes sense? This could be relevant in the future for the app I'm developing at work.

mre commented 1 week ago

Sure, feel free to send a PR to move it over. 👍