//! XPC binary protocol over HTTP/2 for iOS 17+ service connections.
//!
//! Architecture:
//! h2_raw – minimal raw HTTP/2 framer (streams 1 + 3)
//! message – XPC binary message encode/decode
//! rsd – RSD handshake (service discovery)
//! client – High-level XpcClient
// Keep the old codec as a compatibility shim (still compiles)
pub use XpcClient;
pub use ;
pub use ;
/// Errors from XPC operations.