Re-exports§
pub use color::DarkColor;pub use color::LightColor;pub use color::Style;
Modules§
Traits§
Functions§
- apply_
style_ tags - Apply styles to a string by replacing style specific tags.
For example:
<file>starbase.json</file> - parse_
style_ tags - Parses a string with HTML-like tags into a list of styled pieces.
For example:
<file>starbase.json</file> - parse_
tags - Parses a string with HTML-like tags into a list of tagged pieces.
For example:
<file>starbase.json</file> - remove_
style_ tags - Remove style and tag specific markup from a string.