//
// Syd: rock-solid application kernel
// src/bins/mod.rs: Binary entry points for multicall support.
//
// Copyright (c) 2026 Ali Polatel <alip@chesswob.org>
//
// SPDX-License-Identifier: GPL-3.0
//! Binary entry points for multicall support.
//!
//! This module contains the core logic for Syd's utility binaries,
//! extracted so they can be used both as standalone binaries and
//! as subcommands of a multicall binary.
/// PTY to STDIO bidirectional forwarder (syd-pty).
/// SOCKS Proxy Forwarder (syd-tor).