colored_markup

A rust library for parsing and rendering coloured markup with CSS style rules.

Usage

```rust use coloredmarkup::{printlnmarkup, StyleSheet};

let stylesheet = StyleSheet::parse("red { foreground: bright-red; styles: underline }").unwrap(); printlnmarkup!(&style_sheet, "The next word is {}", "red"); ```

See examples for more.

License

MIT. See LICENSE.txt for details.

TODO