unzipper

Crates.iounzipper
lib.rsunzipper
version0.1.0
created_at2025-06-10 14:14:56.28282+00
updated_at2025-06-10 14:14:56.28282+00
descriptionA library for Zip file extraction.
homepage
repositoryhttps://github.com/turgu1/unzipper
max_upload_size
id1707157
size7,384,922
Guy Turcotte (turgu1)

documentation

README

Unzipper - A Rust Zip file extractor.

This library provides functionality to unzip files that are compressed in the ZIP (PKZip) format, including reading the directory, extracting files, and handling errors related to zip operations.

It uses the miniz_oxide crate to access and decompress the files that are part of the zip file.

The parser is open-source and can be freely used and modified under the terms of the MIT license.

Commit count: 10

cargo fmt