dircpy
dircpy copied to clipboard
A library to recursively copy directories, with some convenience added.
I have been completely unable to get this crate to copy files on Windows. I have a program with a number of testers on different Windows versions and with different...
dircpy still did not overwrite the files even though `CopyBuilder::overwrite` was set to true.
This seems to imply it does speed things up: https://www.reddit.com/r/rust/comments/ij0ost/comment/g3ilyqj/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button But I don't know if that's the current implementation?