An open API service indexing awesome lists of open source software.

https://github.com/mdsteele/rust-lzxd

Rust library for encoding/decoding LZXD compression streams
https://github.com/mdsteele/rust-lzxd

Last synced: about 1 year ago
JSON representation

Rust library for encoding/decoding LZXD compression streams

Awesome Lists containing this project

README

          

# rust-lzxd

A pure Rust library for encoding/decoding
[LZXD](https://en.wikipedia.org/wiki/LZX_(algorithm)) compression streams, such
as those found in [Windows
cabinet](https://en.wikipedia.org/wiki/Cabinet_(file_format)) files.

## License

rust-lzxd is made available under the
[MIT License](http://spdx.org/licenses/MIT.html).