pack

Function pack 

Source
pub fn pack(
    output_file: &str,
    file_items: Vec<PackItem>,
    dir_items: Vec<String>,
) -> Result<()>