ransi 1.1.0

ransi - Utility for ANSI escape codes
Documentation
1
2
3
4
5
6
use ransi::colors::*;

fn main() {
	println!("{}", set_bg("red", "Hello, World!"));
}