//! YoMo core library.
//!
//! This crate provides the transport, routing, and bridge abstractions used to
//! connect tools and the zipper runtime.
/// Handshake authentication abstractions.
/// Request forwarding bridge implementations.
/// YoMo client implementation.
/// Connector abstractions for opening downstream streams.
/// Framed IO helpers.
/// LLM-facing HTTP APIs.
/// Manage user-defined metadata extension.
/// Routing traits and implementations.
/// Serverless runtime and handlers.
/// TLS configuration helpers.
/// Tool-facing HTTP APIs.
/// Tool manager trait and implementation.
/// Shared protocol types.
/// Utility helpers.
/// Zipper coordinator implementation.