Cross-platform simple styled text streams.
Documentation
Add this to your Cargo.toml:
Cargo.toml
toml [dependencies] stijl = "0.2.2"
and this to your crate root:
rust extern crate stijl;
rust