ziyy-core 0.1.4

Terminal Styling using HTML-like syntax.
Documentation
1
2
3
4
5
6
pub struct ParserOptions {
    /// Do not parse tags
    pub ignore_tags: bool,
    /// Accept format parameters (e.g. {}, {name})
    pub formatable: bool,
}