scolor
Simple Ansi Colors (strives for ~=0 cost)
use ColorExt;
println!;
println!;
use ;
const MY_COLOR: ColorDesc = ColorDesc ;
println!;
For even more zero cost power you can enable zero-cost feature
It makes the generated ASCII code as optimal as it can be
But the cost is that it's less ergonomic, the API is invoked like this:
println!;
License: MIT