//! **tty-web** — web-based terminal emulator library.
//!//! Opens a real PTY in the browser over WebSocket. Can be used as a standalone
//! binary or embedded as a library into other applications.
pubmodconfig;pub(crate)modpty;pubmodsession;pubmodterminal;pubmodweb;