Crates.io | xz |
lib.rs | xz |
version | 0.1.0 |
source | src |
created_at | 2015-02-12 23:48:00.128635 |
updated_at | 2020-08-17 17:33:20.499085 |
description | Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. Alias of `xz2` crate. |
homepage | https://github.com/alexcrichton/xz2-rs |
repository | https://github.com/alexcrichton/xz2-rs |
max_upload_size | |
id | 1392 |
size | 17,327 |
A streaming compression/decompression library for Rust with bindings to
liblzma. It's currently an alias of xz2
crate. See documentation for the
further details.
[dependencies]
xz = "0.1"
xz-rs is primarily distributed under the terms of both the Apache License (Version 2.0) and the MIT license. See COPYRIGHT for details.