[go: up one dir, main page]

libflate 0.1.3

A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libflate"
version = "0.1.3"
authors = ["Takeru Ohta <phjgt308@gmail.com>"]
description = "A Rust implementation of DEFLATE algorithm and related formats (ZLIB, GZIP)"
documentation = "https://docs.rs/crate/libflate"
homepage = "https://github.com/sile/libflate"
repository = "https://github.com/sile/libflate"
readme = "README.md"
keywords = ["deflate", "gzip", "zlib"]
license = "MIT"

[dependencies]
byteorder = "0.5"

[dev-dependencies]
clap = "2.19"