Re-exports§
pub use linux::*;
Modules§
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