Module package

Source
Expand description

Provides structs with both metadata about a package and a representation of a package on the disk.

Structs§

MetaPackage
This represents metadata about a package. Construction should only be done via Package or Db. For the most part, fields that were not found by my primitive parsers will just be empty. This isn’t really ideal in the case of the string members.
Package
This is a handle to an actual package on the filesystem.