//
// 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.
use OnceLock;
use Pid;
/// PTY to STDIO bidirectional forwarder (syd-pty).
/// SOCKS Proxy Forwarder (syd-tor).
// PID of syd-pty(1), set once during pty init.
pub static SYD_PID_PTY: = new;
// PID of syd-tor(1), set once during tor init.
pub static SYD_PID_TOR: = new;