stijl ===== Cross-platform simple styled text streams. [![Build Status](https://travis-ci.org/edmccard/tvis.svg?branch=master)](https://travis-ci.org/edmccard/tvis) [Documentation](https://docs.rs/stijl) ## Usage Add this to your `Cargo.toml`: ```toml [dependencies] stijl = "0.5.2" ``` and this to your crate root: ```rust extern crate stijl; ``` ## Examples ```rust ```