Module fencryption_lib::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

  • Enum of the different possible pack errors.

Functions

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