# Functions
NewAutoUnpacker returns a new AutoUnpacker.
# Structs
AutoUnpacker detects the format and delegates the process to the appropriate unpacker This also means that the underlying unpackers MUST be stateless.
BinaryUnpacker unpacks from plain binary format.
TargzUnpacker unpacks from a tar.gz archive.
ZipUnpacker unpacks from a zip archive.
# Interfaces
Unpacker unpacks the binary from a download format.