bmux_contexts_plugin_api 0.0.1-alpha.1

Typed public API of the bmux contexts plugin (BPDL-generated bindings)
1
2
3
4
5
6
7
8
9
10
# bmux_contexts_plugin_api

Typed public API of the bmux contexts plugin. Contexts are a
higher-level grouping layer over sessions. Consume this crate to call
the contexts plugin's typed services from another plugin or from the
CLI/attach runtime.

The `contexts_state`, `contexts_commands`, and `contexts_events`
modules are generated at compile time from `bpdl/contexts-plugin.bpdl`
via the `bmux_plugin_schema_macros::schema!` macro.