gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
129 stars 27 forks source link

Use byteorder crate #5

Closed gendx closed 7 years ago

gendx commented 7 years ago

The byteorder crate https://crates.io/crates/byteorder would be more idiomatic than the current util functions.