colorstring.rs docs.rs Build Status

An unofficial port of mitchellh's colorstring, written in Rust.

Examples

```rust extern crate colorstring; use colorstring::Colorize;

let c = Colorize::new(); println!("{}", c.color("[blue]Hello, [blue]world")); ```

License

This software is under the MIT license. See LICENSE for details.