rcolors 0.1.1

A simple terminal colorization/style tool written in Rust.
Documentation
1
2
3
4
5
6
#[macro_use]
pub mod macros;

pub mod ansi;
pub mod builder;
pub mod utils;