/rustyzip

Compression library for Rust

Primary LanguageC++OtherNOASSERTION

RustyZip

Compression in Rust

Introduction

RustyZip is a collection of compression routines for Rust.

Status:

  • GZip command line tool is ready.
  • GZip library is ready, with Reader/Writer API and pipe API.
  • DEFLATE library is ready, with stream and pipe API in Rust.
  • Pending on merging the changes into Rust's runtime.