25 lines
707 B
Markdown
25 lines
707 B
Markdown
zip-rs
|
|
======
|
|
|
|
[](https://travis-ci.org/mvdnes/zip-rs)
|
|
[](https://app.shippable.com/projects/553fdfb4edd7f2c052d66b59/builds/latest)
|
|
[](https://crates.io/crates/zip)
|
|
|
|
[Documentation](http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html)
|
|
|
|
Info
|
|
----
|
|
|
|
A zip library for rust wich supports reading and writing of simple ZIP files.
|
|
|
|
Supported compression formats:
|
|
|
|
* stored (i.e. none)
|
|
* deflate
|
|
* bzip2
|
|
|
|
Currently unsupported zip extensions:
|
|
|
|
* ZIP64
|
|
* Encryption
|
|
* Multi-disk
|