CLI Infrastructure
src/main.rs, src/error.rs, src/progress.rs,
src/prompt.rs — Shared CLI infrastructure.
CLI Flags
|
|
|
|
|
|
Error Handling
Pre-pack space check compares available bytes against chunk size and reports a clear error if insufficient. |
|
|
Safety
Source and destination paths are validated for existence and writability before operations begin. |
Manifest is saved after each chunk completion so that interrupted operations can resume. |
Build
|
Release build produces a single static binary with no runtime dependencies. |
Resume
|
Unpack uses manifest chunk status to skip already-extracted chunks. |
After all chunks are unpacked, a final integrity check verifies the reassembled output. |