Expand description

Generator generates final output for showing.

Re-exports

pub use self::tui::TuiTextGenerator;
tui
pub use self::ansi::ANSIStringsGenerator;
ansi

Modules

ansiansi

Generator for asni terminal string.

Helper functions for create generator.

tuitui

Generator implementations for tui crate.

Enums

Tag of a Element after tag conversion stage.

Traits

Generator generates final output to show tui markup in some backend.

Trait for convert a raw tag string to Tag type.

Type Definitions

Tag type for a generator G.