Skip to main content

Crate taskers_control

Crate taskers_control 

Source

Re-exports§

pub use client::ControlClient;
pub use controller::ControllerSnapshot;
pub use controller::InMemoryController;
pub use paths::default_socket_path;
pub use protocol::BrowserControlCommand;
pub use protocol::BrowserGetCommand;
pub use protocol::BrowserLoadState;
pub use protocol::BrowserPredicateCommand;
pub use protocol::BrowserTarget;
pub use protocol::BrowserWaitCondition;
pub use protocol::ControlCommand;
pub use protocol::ControlError;
pub use protocol::ControlErrorCode;
pub use protocol::ControlQuery;
pub use protocol::ControlResponse;
pub use protocol::IdentifyContext;
pub use protocol::IdentifyResult;
pub use protocol::RequestFrame;
pub use protocol::ResponseFrame;
pub use protocol::TerminalDebugCommand;
pub use protocol::TerminalDebugResult;
pub use protocol::TerminalRenderStats;
pub use socket::bind_socket;
pub use socket::serve;
pub use socket::serve_with_handler;

Modules§

client
controller
paths
protocol
socket