fs_extra
fs_extra copied to clipboard
move_item, move_file, move_dir not instantaneous
A move should be instantaneous when files/folders are on the same filesystem.
But instead, a full copy/remove is done when doing move_*
Not sure if this is within the scope of this project, but I'll make an issue anyways
Sorry for late response. Yes, i thinking about when i start to create this lib. But decided release first version on standard rust API. If you have an idea how it's can realize welcome to PR. Or someday i find time for release this feature :wink:
Maybe use https://doc.rust-lang.org/std/fs/fn.rename.html in these cases(?)
@carueda I think it might be work. I will try to find the time to check it :smiley: