color_output

Just for fun project(library) inspired by Colored crate

You can change color of your &str and String and it's background by obj.fg(Color{rgb}) or obj.bg(Color{rgb}) or change style by obj.bold(), obj.italic(), etc.

to use add to cargo: colored_output = {git = "https://github.com/UserCommon/color-output", branch="master", version="0.1.1"}