greentic-bundle 0.5.10

Greentic bundle authoring CLI scaffold with embedded i18n and answer-document contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Bundle extension host module.
//!
//! Feature-gated by `extensions`. Provides discovery, descriptor parsing,
//! registry, and dispatch for bundle extensions. WASM execution backend is
//! currently disabled — see `dispatcher.rs` for context.

pub mod describe;
pub mod dispatcher;
pub mod errors;
pub mod loader;
pub mod registry;

pub use errors::ExtensionError;