[][src]Function zip_dir::zip_dir

pub fn zip_dir<T: Write + Seek>(
    path: &Path,
    target: T,
    options: Option<FileOptions>
) -> ZipResult<T>