unarc-rs 0.6.1

Universal archive extraction & decompression library for retro + modern formats (7z, ZIP, RAR, LHA/LZH, TAR, ARJ, ARC/PAK, ZOO, HA, UC2, SQ/SQ2, SQZ, HYP, gz, bz2, Z).
Documentation
1
2
3
4
5
6
7
//! LHA/LZH archive format support
//!
//! This module provides support for LHA/LZH archives using the delharc crate.
//! LHA (also known as LZH) is a popular archive format especially on Japanese systems
//! and Amiga computers.

pub mod lha_archive;