mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-06 22:40:58 +00:00
When piping the output of lychee's `--dump` output to another program, we can run into issues with broken pipes as described in https://github.com/rust-lang/rust/issues/46016 and https://gabebw.com/blog/2019/10/13/learning-rust-by-candlelight To avoid this, we use the underlying writeln macro and check the returned `ErrorKind`. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||