streaming-decompression 0.1.2

Fallible streaming iterator specialized for decompression
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "streaming-decompression"
version = "0.1.2"
edition = "2018"
description = "Fallible streaming iterator specialized for decompression"
license = "Apache-2.0"
homepage = "https://github.com/jorgecarleitao/streaming-decompressor"
repository = "https://github.com/jorgecarleitao/streaming-decompressor"
author = ["Jorge C. Leitao <jorgecarleitao@gmail.com>"]

[dependencies]
fallible-streaming-iterator = "0.1"