Expand description
Extractor for the ALZ archive format.
Opens ALZ archives — store, DEFLATE, and ALZ-modified bzip2 entries, with
optional traditional ZIP encryption and multi-volume splits — and extracts
them to disk. Open an archive with archive::AlzArchive and write entries
out with extract.
Modules§
- archive
- ALZ archive parsing: signatures, headers, and the file entry list.
- crypto
- PKware ZIP traditional encryption.
- decompress
- Per-method decompressors.
- dostime
- DOS timestamp conversion.
- encoding
- CP949/EUC-KR filename and password conversion.
- error
- Error type returned across the crate.
- extract
- Entry extraction: path safety, decompression dispatch, and CRC verification.
- multivolume
- Virtual reader spanning multi-volume archives (.alz, .a00, .a01, …).