Crates.io | liblzma |
lib.rs | liblzma |
version | 0.3.5 |
source | src |
created_at | 2023-09-24 02:08:59.813994 |
updated_at | 2024-10-28 04:49:11.738184 |
description | Rust bindings to liblzma providing Read/Write streams as well as low-level in-memory encoding/decoding. forked from xz2. |
homepage | https://github.com/portable-network-archive/liblzma-rs |
repository | https://github.com/portable-network-archive/liblzma-rs |
max_upload_size | |
id | 981654 |
size | 120,166 |
Bindings to the liblzma implementation in Rust, also provides types to read/write xz streams.
This crate is forked from xz2 and liblzma = "0.1.x"
is fully compatible with xz2 = "0.1.7"
,
so you can migrate simply.
# Cargo.toml
[dependencies]
-xz2 = "0.1.7"
+liblzma = "0.1.7"
// *.rs
-use xz2;
+use liblzma;
parallel
featureThis project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in liblzma by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.