Module package

Source
Expand description

Package manifest parsing.

Structs§

PackageInfo
The [package] key in the manifest.
PackageManifest
A parsed package manifest.
PackageSpec
Identifies a package.
PackageVersion
A package’s version.
TemplateInfo
The [template] key in the manifest.
ToolInfo
The [tool] key in the manifest. This field can be used to retrieve 3rd-party tool configuration.
VersionBound
A version bound for compatibility specification.
VersionlessPackageSpec
Identifies a package, but not a specific version of it.

Type Aliases§

UnknownFields
A type alias for a map of key-value pairs used to collect unknown fields where values are completely discarded.