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;