//! Core Farben internals that are used by certain macros.
//!//! This module is exposed by `farben::*`, which is why that is discouraged. Use `farben::prelude::*` instead to avoid
//! exposing this module.
pubusefarben_core::ansi::style_to_ansi;pubusefarben_core::debug::tokens_to_markup;pubusefarben_core::lexer::tokenize;