farben 0.17.0

Markup for the Terminal, but safer and faster.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! Macro modules for farben.
//!
//! Organized by feature area: `color` for the print and format macros,
//! `format` for the style registry macros, and `markdown` for inline markdown printing.

pub mod color;
pub mod eprint;
pub mod expand;
pub mod format;
pub mod load;
pub mod markdown;
pub mod strip;

#[cfg(feature = "anstyle")]
pub mod anstyle;