Skip to main content

Module manifest

Module manifest 

Source
Expand description

Validates plugin manifests as they’re loaded.

Enums§

ManifestError

Functions§

validate_standalone
Returns Ok(()) iff manifest passes every check we can do statically (i.e. without consulting other plugins). Cross-plugin conflicts (e.g. two plugins both claim runner: "docker") are caught by super::registry.