1
2
3
4
5
6
7
8
9
//! # 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.

pub mod core;
pub mod parser;
pub mod io;