Skip to main content

cat_plain_file

Function cat_plain_file 

Source
pub fn cat_plain_file(path: &Path, out: &mut impl Write) -> Result<bool>
Expand description

Plain cat for a single file — tries splice/sendfile, then falls back to mmap+write