xz2 0.1.2

Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding.
Documentation

xz2

Build Status Build status

Documentation

Bindings to the liblzma implementation in Rust, also provides types to read/write xz streams.

# Cargo.toml
[dependencies]
xz2 = "0.1"

License

xz2-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.