A rust library for parsing and rendering coloured markup with CSS style rules.
```rust use coloredmarkup::{printlnmarkup, StyleSheet};
let stylesheet =
StyleSheet::parse("red { foreground: bright-red; styles: underline }").unwrap();
printlnmarkup!(&style_sheet, "The next word is
See examples
for more.
MIT. See LICENSE.txt
for details.