[go: up one dir, main page]

libflate 1.0.1

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

[badges]
travis-ci = {repository = "sile/libflate"}
codecov = {repository = "sile/libflate"}

[dependencies]
adler32 = "1"
crc32fast = "1.1.1"
libflate_lz77 = { path = "libflate_lz77", version = "1" }
rle-decode-fast = "1.0.0"

[dev-dependencies]
clap = "2"

[workspace]
members = ["libflate_lz77"]