bzip2 0.0.1

Bindings to libbzip2 for bzip2 compression and decompression exposed as Reader/Writer streams.
# bzip2

[![Build Status](https://travis-ci.org/alexcrichton/bzip2-rs.svg?branch=master)](https://travis-ci.org/alexcrichton/bzip2-rs)

[Documentation](http://alexcrichton.com/bzip2-rs/bzip2/index.html)

A streaming compression/decompression library for rust with bindings to libbz2.

```toml
# Cargo.toml
[dependencies.bzip2]
git = "https://github.com/alexcrichton/bzip2-rs"
```

# License

`bzip2-rs` is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.