copy_entry

Function copy_entry 

Source
pub(crate) fn copy_entry(
    entry: Entry<'_, impl Read>,
    dest: &mut Builder<impl Write>,
    path: Option<&Path>,
) -> Result<()>
Expand description

Copy a tar entry to a new tar archive, optionally using a different filesystem path.