1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 03:01:06 +00:00
uutils-coreutils/src/uu/paste
Andrew Liebenow caf08dd279 basenc: ignore Interrupted errors
Mirror behavior of `std::io::Read`'s `read_to_end` function
([link][1]): continue reading when errors with kind
`std::io::ErrorKind::Interrupted` are encountered.

Also: clean up a few other things.

[1]: https://doc.rust-lang.org/std/io/trait.Read.html#method.read_to_end
2024-12-04 10:13:27 +01:00
..
src basenc: ignore Interrupted errors 2024-12-04 10:13:27 +01:00
Cargo.toml prepare version 0.0.28 2024-11-03 20:59:42 +01:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00
paste.md paste: move backtick 2023-03-27 11:41:08 +02:00