colorstring 0.0.1

Rust's implementation of colorstring.go
Documentation

colorstring.rs docs.rs Build Status

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

Examples

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.