1 2 3 4 5 6 7 8
/*! * This module provides an API to pack/unpack `pkg` archives. We use `tar` for the archiver and * `zstd` for the compression library. */ pub fn pack() {} pub fn unpack() {}