s-zip 0.1.2

High-performance streaming ZIP library - Read/write ZIP files with minimal memory footprint
Documentation
[dependencies.crc32fast]
version = "1.4"

[dependencies.flate2]
version = "1.0"

[dev-dependencies.tempfile]
version = "3.8"

[[example]]
name = "basic"
path = "examples/basic.rs"

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

[package]
authors = ["Ton That Vu <ttvuhm@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compression", "encoding", "filesystem"]
description = "High-performance streaming ZIP library - Read/write ZIP files with minimal memory footprint"
edition = "2021"
keywords = ["zip", "streaming", "compression", "deflate", "archive"]
license = "MIT"
name = "s-zip"
readme = "README.md"
repository = "https://github.com/KSD-CO/s-zip"
version = "0.1.2"

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

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