Idea: Add an option to set the mode to fs::copy
Rust Internals [Unofficial]
March 14, 2026
jrose:
fs::copy can do filesystem cloning or kernel-space-only copying that io::copy can't,
This is the issue we came across while trying to implement the cp utility.
Do you think that the permissions need solving?
Discussion in the ATmosphere