File tree Expand file tree Collapse file tree 1 file changed +1
-26
lines changed
Expand file tree Collapse file tree 1 file changed +1
-26
lines changed Original file line number Diff line number Diff line change 11zip
22========
33
4- [ ![ Build Status] ( https://github.com/zip-rs/zip2/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/Pr0methean/ zip/actions?query=branch%3Amaster+workflow%3ACI )
4+ [ ![ Build Status] ( https://github.com/zip-rs/zip2/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/zip-rs/zip2 /actions?query=branch%3Amaster+workflow%3ACI )
55[ ![ Crates.io version] ( https://img.shields.io/crates/v/zip.svg )] ( https://crates.io/crates/zip )
6-
7- [ Documentation] ( https://docs.rs/zip/latest/zip/ )
8-
9- Info
10- ----
11-
12-
13- A zip library for rust which supports reading and writing of simple ZIP files. Formerly hosted at
14- https://github.com/zip-rs/zip2 .
15-
16- Supported compression formats:
17-
18- * stored (i.e. none)
19- * deflate
20- * deflate64 (decompression only)
21- * bzip2
22- * zstd
23- * lzma (decompression only)
24- * xz
25- * ppmd
26-
27- Currently unsupported zip extensions:
28-
29- * Multi-disk
30-
316Features
327--------
338
You can’t perform that action at this time.
0 commit comments