neozip 0.3.2

The ZIP archive handler used by Acridotheres
Documentation
[dependencies.acr]
version = "0.3.2"

[dependencies.dh]
version = "0.8.1"

[lib]
name = "neozip"
path = "src/lib.rs"

[package]
authors = ["Leonard Lesinski"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The ZIP archive handler used by Acridotheres"
edition = "2021"
license = "MIT"
name = "neozip"
readme = "README.md"
version = "0.3.2"

[[test]]
name = "content"
path = "tests/content.rs"

[[test]]
name = "create"
path = "tests/create.rs"

[[test]]
name = "extract"
path = "tests/extract.rs"

[[test]]
name = "metadata"
path = "tests/metadata.rs"