farben 0.18.1

Markup for the Terminal, but safer and faster.
Documentation
1
2
3
4
5
6
7
8
//! 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.

pub use farben_core::ansi::style_to_ansi;
pub use farben_core::debug::tokens_to_markup;
pub use farben_core::lexer::tokenize;