zip-dir 0.1.0

A crate providing an easy way to create a ZIP archive of a directory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "zip-dir"
version = "0.1.0"
authors = ["Alexander Mielczarek <almielczarek@gmail.com>"]
edition = "2018"
description = "A crate providing an easy way to create a ZIP archive of a directory"
repository = "https://github.com/almielczarek/zip-dir"
license = "MIT"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
zip = "0.5"