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
StuffItarchive reading (inspired bysit-rs/StuffItformat).- size
- Human-readable size suffix parsing.
- updater
- In-place self-update for the archmeld binary.