tui-markup 0.5.0

markup langauge for terminal styled text
Documentation
1
2
3
4
5
6
7
8
9
10
11
//! Helper functions for create generator.

mod error;
mod flatten;
mod tag;
mod unescape;

pub use error::GeneratorInfallible;
pub use flatten::{flatten, FlattenableSpan, FlattenableStyle};
pub use tag::{CustomTagParser, NoopCustomTagParser};
pub use unescape::{unescape, Unescape};