Skip to main content

Crate archmeld

Crate archmeld 

Source
Expand description

§archmeld

Secure, memory-safe, type-safe library for multi-format archive extraction, inspection and decompression.

Modules§

archive
Archive extraction for archmeld-native formats.
cli
CLI command structure and dispatch.
cpt
Compact Pro archive reading (inspired by cyco/cpt-rs).
error
Error types for archmeld operations.
format
Archive format identification by magic bytes and file extension.
gzinspect
Gzip file inspection and analysis (inspired by jt55401/gzinspector).
lz4
LZ4 decompression utilities (inspired by traceflight/lz4_decompress).
sit
StuffIt archive reading (inspired by sit-rs / StuffIt format).
size
Human-readable size suffix parsing.
updater
In-place self-update for the archmeld binary.