microsandbox-agent-client 0.7.2

Transport-agnostic client for the microsandbox agent protocol.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Agent specialization of the shared framed client.

use crate::AgentProtocol;

//--------------------------------------------------------------------------------------------------
// Types
//--------------------------------------------------------------------------------------------------

/// Low-level agent connection with native, encoded, raw, stream, and packet APIs.
pub type AgentClient = microsandbox_protocol_client::Client<AgentProtocol>;