williamw520 / rustyzip

Compression library for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Compression library for Rust

License:Other


Languages

Language:C++ 58.7%Language:Rust 41.3%