[go: up one dir, main page]

libflate 1.0.1

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

[badges.travis-ci]
repository = "sile/libflate"
[dependencies.adler32]
version = "1"

[dependencies.crc32fast]
version = "1.1.1"

[dependencies.libflate_lz77]
version = "1"

[dependencies.rle-decode-fast]
version = "1.0.0"
[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.0.1"