lzma-rust 0.1.7

LZMA/LZMA2 codec ported from 'tukaani xz for java'
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.byteorder]
version = "1.5"

[features]
default = ["encoder"]
encoder = []

[package]
description = "LZMA/LZMA2 codec ported from 'tukaani xz for java'"
edition = "2021"
homepage = "https://github.com/dyz1990/sevenz-rust/tree/main/lzma-rust"
keywords = ["lzma"]
license = "Apache-2.0"
name = "lzma-rust"
readme = "README.md"
repository = "https://github.com/dyz1990/sevenz-rust/tree/main/lzma-rust"
rust-version = "1.60.0"
version = "0.1.7"