ZIm/crates/cli/src
tidely 05065985e7
cli: Remove manual std::io::copy implementation (#34409)
Removes a manual implementation of `std::io::copy`. The internal buffer
of `std::io::copy` is also 8 kB and behaves exactly the same. On Linux
`std::io::copy` also has access to some better performing file copying.

Release Notes:

- N/A
2025-07-15 16:37:15 +02:00
..
cli.rs Diff view (#32922) 2025-06-18 14:43:23 +00:00
main.rs cli: Remove manual std::io::copy implementation (#34409) 2025-07-15 16:37:15 +02:00