ZIm/crates/cli
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
..
src cli: Remove manual std::io::copy implementation (#34409) 2025-07-15 16:37:15 +02:00
build.rs Try to weak-link ScreenCaptureKit always (#28585) 2025-04-11 17:38:14 +00:00
Cargo.toml
LICENSE-GPL