rmux-pty
Private API. Implementation detail of
rmux. Semver is not guaranteed inside0.x— versions may break at any point. If you want a stable Rust API, depend onrmux-sdkinstead.
PTY allocation, resize, and child-process control used by the
RMUX daemon. Native Unix PTYs on Linux
and macOS, native ConPTY on Windows — together with named pipes for local
IPC (handled by rmux-ipc), this is
how RMUX runs first-class on Windows without WSL.
Published to crates.io because the rmux binary depends on it; not
intended as a stable consumer surface.
License
Dual-licensed under MIT or Apache-2.0.