Function get_file_from_tar

Source
pub fn get_file_from_tar<P>(
    file_name_in_tar: P,
    tar_binary: &Vec<u8>,
) -> Result<(Vec<u8>, Option<String>)>
where P: AsRef<Path>,