Module pack

Source
Expand description

Create/unpack packs.

A pack is a file with all the contents of a directory inside of it.

Uses metadata in order to ease the process of storing/separating the files inside of it.

Enums§

ErrorKind
Enum of the different possible pack errors.

Functions§

create
Create the pack file with the contents of the specified directory.
unpack
Unpack the pack from the associated pack file (fails if the pack file doesn’t exist).