unzpack 0.1.0

A library to persist ZIP content bytes into a file and extract its content on file system.
Documentation
[dependencies.zip]
version = "0.5"

[package]
authors = ["Jose Quintana <git.io/joseluisq>"]
description = "A library to persist ZIP content bytes into a file and extract its content on file system."
documentation = "https://docs.rs/unzpack"
edition = "2018"
include = ["src/**/*", "Cargo.toml", "LICENSE-MIT", "LICENSE-APACHE"]
keywords = ["zip", "archive", "unzip"]
license = "MIT OR Apache-2.0"
name = "unzpack"
readme = "README.md"
repository = "https://github.com/joseluisq/unzpack"
version = "0.1.0"