1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
//! Shared API, exported to `tab-cli`, `tab-daemon`, and `tab-pty`
//!
//! All inter-process communication is described in this crate.

pub mod chunk;
pub mod client;
pub mod config;
pub mod env;
pub mod launch;
pub mod log;
pub mod pty;
pub mod tab;