lzma-rs
An LZMA decoder written in pure Rust
File Explorer
Download Latest Version (.zip)- benches.yml
- codecov.yml
- format.yml
- fuzzing.yml
- lints.yml
- rustdoc.yml
- tests.yml
- dependabot.yml
- PULL_REQUEST_TEMPLATE.md
- lzma.rs
- compare_xz.rs
- decompress_lzma.rs
- decompress_lzma2.rs
- decompress_lzma_stream.rs
- decompress_xz.rs
- interop_xz_decode.rs
- interop_xz_encode.rs
- roundtrip_lzma.rs
- roundtrip_lzma2.rs
- roundtrip_xz.rs
- .gitignore
- Cargo.toml
- README.md
- lzbuffer.rs
- lzma.rs
- lzma2.rs
- mod.rs
- options.rs
- rangecoder.rs
- stream.rs
- util.rs
- xz.rs
- dumbencoder.rs
- lzma2.rs
- mod.rs
- options.rs
- rangecoder.rs
- util.rs
- xz.rs
- mod.rs
- vec2d.rs
- crc.rs
- footer.rs
- header.rs
- mod.rs
- error.rs
- lib.rs
- macros.rs
- block-check-crc32.txt
- block-check-crc32.txt.xz
- empty.txt
- empty.txt.lzma
- empty.txt.xz
- foo.txt
- foo.txt.lzma
- foo.txt.xz
- good-1-lzma2-1
- good-1-lzma2-1.xz
- good-1-lzma2-2
- good-1-lzma2-2.xz
- good-1-lzma2-3
- good-1-lzma2-3.xz
- good-1-lzma2-4
- good-1-lzma2-4.xz
- hello.txt
- hello.txt.lzma
- hello.txt.xz
- hugedict.txt.lzma
- range-coder-edge-case
- range-coder-edge-case.lzma
- README.md
- small.txt
- lzma.rs
- lzma2.rs
- xz.rs
- .gitignore
- Cargo.toml
- CHANGELOG.md
- LICENSE
- README.md
- rustfmt.toml
# Installation Guide
1. Get the code
git clone https://github.com/gendx/lzma-rs
Downloads the entire project code from GitHub to your computer.
cd lzma-rs
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
