rc-zip 5.1.3

An I/O-agnostic implementation of the zip file format
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[![MIT OR Apache-2.0 licensed](https://img.shields.io/badge/license-MIT+Apache_2.0-blue.svg)](./LICENSE)
[![Crates.io](https://img.shields.io/crates/v/rc-zip)](https://crates.io/crates/rc-zip)
[![docs.rs](https://docs.rs/rc-zip/badge.svg)](https://docs.rs/rc-zip)

# rc-zip

![The rc-zip logo: a person with long hair and nice brows being opened from the bottom up with a zipper. On dark backgrounds, you can see a skull being revealed. On light backgrounds you cannot.](https://github.com/user-attachments/assets/5fecd286-9518-4a72-b544-56675d7f31f6)

_Logo by [MisiasArt](https://misiasart.com)_

This is the core rc-zip crate, containing types, parses, and state machines,
and that doesn't do any I/O by itself.

The full README for this crate is the [top-level
README](https://github.com/fasterthanlime/rc-zip?tab=readme-ov-file) in the
GitHub repository.