Skip to main content

Crate player_cli

Crate player_cli 

Source

Modules§

ios_bridge_shim

Structs§

CanonicalPluginDescriptor
EmbeddedRegistryFragment
InstalledPluginActivation
InstalledPluginRecord
PluginArtifactCapability
A capability exposed by one artifact. The descriptor owns the interface identity; executable availability is established later by the runtime.
PluginArtifactDescriptor
Artifact metadata that can be inspected without opening the artifact.
PluginArtifactSource
PluginCapabilityDescriptor
PluginCompatibilityDescriptor
PluginDescriptor
Artifact-independent plugin identity and capability metadata.
PluginHostTarget
PluginIdentityDescriptor
PluginInstallationReport
PluginPackageArtifact
PluginPackageBuildReport
PluginPackageFileSource
PluginPackageGenerator
PluginPackageManifest
PluginPackageVerification
PluginProjectManifest
Complete author-owned source manifest read from vesper-plugin.toml.
PluginProvision
A typed service/capability provided by an artifact.
PluginPublicKey
PluginRedistributionDescriptor
PluginRequirement
A typed provider declaration. Resolution is intentionally outside the catalog; this value only records the author-owned requirement.
PluginRuntimeDependencySource
A native/runtime dependency declaration preserved as catalog metadata.
PluginSigningKey
PluginTrustStore
VerifiedInstalledArtifact
VerifiedInstalledPluginCatalog
VerifiedPluginPackage

Enums§

EmbeddedRegistryFragmentError
EmbeddedRegistryTarget
PluginArtifactFormat
Artifact packaging format independent of the loader implementation.
PluginArtifactTransport
Storage transport used by an artifact package. This is kept separate from capability selection’s PluginTransport so package provenance cannot be mistaken for workload support.
PluginCompatibilityError
PluginDescriptorError
PluginPackageError
PluginPackageFileKind
PluginProjectManifestError
PluginRuntimeLinkage
PluginStability
TrustedKeyStatus

Constants§

MAX_PLUGIN_PACKAGE_BYTES
MAX_PLUGIN_PACKAGE_ENTRIES
MAX_PLUGIN_PACKAGE_ENTRY_BYTES
MAX_PLUGIN_TRUST_STORE_BYTES
PLUGIN_CATALOG_MIGRATION_VERSION
Migration guide identity carried by new catalog records.
PLUGIN_CATALOG_SCHEMA_VERSION
Version of the pure artifact/catalog wire model.
PLUGIN_PACKAGE_CHECKSUMS_PATH
PLUGIN_PACKAGE_MANIFEST_PATH
PLUGIN_PACKAGE_SIGNATURE_PATH

Functions§

build_signed_plugin_package
install_verified_plugin_package
list_installed_plugins
uninstall_plugin
verify_installed_plugin_catalog
verify_signed_plugin_package