Crate clone_file

Source

Re-exports§

pub use linux::*;

Modules§

linux
unsupported

Functions§

clone_or_copy_file
Tries to clone the file with crate::clone_file, falling back to fs::copy on error
clone_or_copy_file_range
Tries to clone a range of bytes to another file, falling back to copy_file_range on error
copy_file_range
Naively copy a range of bytes from one file to another