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
- Host: GitHub
- URL: https://github.com/mdsteele/rust-lzxd
- Owner: mdsteele
- License: mit
- Created: 2017-10-29T01:59:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T21:01:09.000Z (over 8 years ago)
- Last Synced: 2025-02-09T15:41:30.194Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).