colorstring.rs
An unofficial port of mitchellh's colorstring, written in Rust.
```rust extern crate colorstring; use colorstring::Colorize;
let c = Colorize::new(); println!("{}", c.color("[blue]Hello, [blue]world")); ```
This software is under the MIT license. See LICENSE for details.