bmux_attach_layout_protocol 0.0.1-alpha.0

Typed attach-layout state-channel protocol shared between core and any plugin that consumes layout snapshots
docs.rs failed to build bmux_attach_layout_protocol-0.0.1-alpha.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

bmux_attach_layout_protocol

Typed state-channel protocol that lets any plugin observe the current attach-layout surfaces without relying on decoration-specific push calls.

The attach runtime publishes an attach-layout-snapshot every time its surface layout changes. Subscribers (via EventBus::subscribe_state::<AttachLayoutSnapshot>) see the current value on subscribe plus a live-update stream for subsequent layout changes.

Use cases:

  • A decoration plugin subscribes to update its per-pane geometry cache.
  • An overlay plugin subscribes to recompute interactive-region projections for its modal surfaces.

The protocol is domain-agnostic — no decoration, no overlay, no specific plugin is named.