spkg 0.0.0

A system packaging and composition tool.
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() {}