spkg 0.0.0

A system packaging and composition tool.
1
2
3
4
5
6
7
8
/*!
 * This module provides an API to talk to a local text-based database, located at
 * `/var/lib/pkg/database.json`.
 */

struct Database {}

pub fn read() {}