tui-markup 0.2.0-alpha

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

mod error;
mod tag;
mod unescape;


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