colored_markup
A rust library for parsing and rendering coloured markup with CSS style rules.
Usage
use ;
let style_sheet =
parse.unwrap;
println_markup!;
See examples for more.
License
MIT. See LICENSE.txt for details.
TODO
- RGB colour codes in CSS.
- Better CSS parsing error handling.
- Allow changing markup characters.
- CLI tool.
- Better documentation.
- Get rid of re-exports?