Expand description
Core trait definitions for host-sdk extensions.
This crate exists to break the circular dependency between host-extensions
and individual extension crates (e.g. host-ext-files). Both layers depend
on this crate; neither depends on the other.
Structs§
Traits§
- Host
Extension - A host extension contributes a JS injection script and a message handler.