2024-01-28 00:30:40 +09:00
2023-10-07 00:10:33 +09:00
2024-01-28 00:30:40 +09:00
2024-01-08 17:22:20 +09:00
2023-10-02 10:22:28 +09:00
2023-09-24 10:02:11 +09:00
2023-09-24 11:07:20 +09:00
2023-09-24 10:02:11 +09:00
2024-01-08 17:35:24 +09:00
2016-03-15 23:42:04 -07:00
2023-09-24 10:56:04 +09:00
2023-10-04 16:31:49 +09:00

liblzma

CI Crates.io

Documentation

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.

Migrate from xz2

# Cargo.toml
[dependencies]
-xz2 = "0.1.7"
+liblzma = "0.1.7"
// *.rs
-use xz2;
+use liblzma;

Version 0.2.x breaking changes

  • XZ upgraded to 5.4
  • Multithreading is disabled by default. This feature is available by enabling the parallel feature
  • Support compile to webassembly

License

This project is licensed under either of

at your option.

Contribution

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.

S
Description
No description provided
Readme 12 MiB
Languages
Rust 99.1%
C 0.9%