Expand description
Plugin manifest and metadata handling
This module defines the plugin manifest format and provides utilities for loading, validating, and managing plugin metadata.
Re-exports§
pub use loader::ManifestLoader;
pub use models::PluginAuthor;
pub use models::PluginDependency;
pub use models::PluginInfo;
pub use models::PluginManifest;
pub use schema::ConfigProperty;
pub use schema::ConfigSchema;
pub use schema::PropertyType;
pub use schema::PropertyValidation;