libflate 1.1.1

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
Documentation
[badges.coveralls]
repository = "sile/libflate"
[dependencies.adler32]
version = "1"

[dependencies.crc32fast]
version = "1.1.1"

[dependencies.libflate_lz77]
version = "1.1"
[dev-dependencies.clap]
version = "2"

[package]
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
categories = ["compression"]
description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)"
edition = "2018"
homepage = "https://github.com/sile/libflate"
keywords = ["deflate", "gzip", "zlib"]
license = "MIT"
name = "libflate"
readme = "README.md"
repository = "https://github.com/sile/libflate"
version = "1.1.1"