A [Rust] library for parsing and extracting content of [LHA/LZH] archives.
This library provides ways to parse the content of LHA headers and allows to read files, compressed with some of the methods used by the archive format.
Files using this format usually have .lzh
or .lha
extensions. Some formats, such as the retro chip-tune [YM] format, use LHA as its default packaging method. The entire content of the [Aminet] has also been packaged using this format.
This library does not provide high level methods for creating files or directories from the extracted archives.
Add to Cargo.toml
:
toml
[dependencies]
delharc = "0.2"
For more information, please see the Documentation.
delharc
requires Rustc version 1.44 or greater due to the usage of API that was stabilized in this version.