//! Shared utilities used by both `kigi-shell` and its downstream clients //! (e.g. `kigi-pager-render`). This crate sits upstream of `kigi-shell` //! so it must never depend on it. pub mod clipboard; pub mod placeholder_images; pub mod session; pub mod stderr; pub mod ui_config;