# Functions
FromStruct takes a Manifest structure, marshals it to JSON, and returns a DeserializedManifest which contains the manifest and its JSON representation.
NewManifestBuilder is used to build new manifests for the current schema version.
# Variables
SchemaVersion provides a pre-initialized version structure for this packages version of the manifest.
# Structs
Builder is a type for constructing manifests.
DeserializedManifest wraps Manifest with a copy of the original JSON.
Manifest defines a ocischema manifest.