ziyy-core 0.1.4

Terminal Styling using HTML-like syntax.
Documentation
1
2
3
4
5
6
pub enum TokenType {
    PlaceHolder,
    Text,
}

pub struct Token {}