ontocore 0.13.0

OntoCore — semantic workspace engine for ontology development
Documentation
1
2
3
4
5
6
//! Plugin manifest discovery (v0.14 host foundation).

pub use ontocore_plugin::{
    discover_plugins, parse_manifest, DiscoveredPlugin, PluginCapabilities, PluginDiscoveryError,
    PluginManifest, PLUGIN_DIR,
};