Module assembly_pack::pki

source ·
Available on crate feature pki only.
Expand description

§The pack index (*.pki) files

This module is used to read pack index files, which specify the list of pack files used as well as which pack file a specific file resides in.

Modules§

  • Public data structures for pack index files
  • Generating PKI files
  • Logic to read a PKI file from a byte stream
  • Parsers for parts of the file
  • Code to write out a PKI file