Skip to main content

Crate host_ext_api

Crate host_ext_api 

Source
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§

HostPushEvent

Traits§

HostExtension
A host extension contributes a JS injection script and a message handler.