1//! Shared API, exported to `tab-cli`, `tab-daemon`, and `tab-pty`
2//!
3//! All inter-process communication is described in this crate.
45pub mod chunk;
6pub mod client;
7pub mod config;
8pub mod env;
9pub mod launch;
10pub mod log;
11pub mod pty;
12pub mod tab;