[go: up one dir, main page]

inflate 0.3.4

DEFLATE decoding
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "inflate"
version = "0.3.4"
license = "MIT"
description = "DEFLATE decoding"
authors = ["nwin <nwin@users.noreply.github.com>"]
repository = "https://github.com/PistonDevelopers/inflate.git"
keywords = ["deflate", "decompression", "compression", "piston"]

[features]
default = []
unstable = []

[dependencies]
adler32 = "1.0.0"