//! PrismTTY terminal highlighting primitives.
//!
//! This crate exposes the configuration parser, bundled profile store, style
//! model, and highlighters used by the `prismtty`, `ptty`, and `ct` binaries.
/// Command-line entry point and CLI error type.
/// Configuration loading and profile YAML parsing.
/// Batch and streaming terminal output highlighters.
pub
/// Built-in profile definitions and profile detection helpers.
/// Terminal style parsing and ANSI color rendering.
pub use PrismConfig;
pub use ;
pub use ProfileStore;