//! Legacy color model helpers used by the compatibility API.
/// 8-bit ANSI color helpers.
/// 4-bit ANSI color helpers.
/// 24-bit ANSI true-color helpers.
// Re-export the main functions for easier external use
pub use parse_8bit_color;
pub use parse_4bit_color;
pub use parse_24bit_color;