// SPDX-License-Identifier: MIT OR Apache-2.0
//! Internal implementation details for the exfiltrate debugging framework.
//!
//! This crate provides the core types and wire protocol used by the exfiltrate system.
//! It is not intended for direct use; users should depend on the `exfiltrate` crate instead.
/// Command trait and response types for the exfiltrate system.
/// Built-in command implementations.
/// Remote procedure call protocol types.
/// Wire protocol for TCP/WebSocket communication.