bmux_cli 0.0.1-alpha.1

Command-line interface for bmux terminal multiplexer
1
2
3
4
5
6
7
8
9
//! Action dispatch channel.
//!
//! This module re-exports the action dispatch system from
//! [`bmux_plugin::action_dispatch`], which provides the process-global
//! host channel.

pub use bmux_plugin::action_dispatch::{
    ActionDispatchError, ActionDispatchRequest, dispatch, register_host,
};