colored-rs / colored

(Rust) Coloring terminal so simple you already know how to do it !
Mozilla Public License 2.0
1.73k stars 83 forks source link

Support using the rgb crate #173

Open RuboGubo opened 3 months ago

RuboGubo commented 3 months ago

Just as the title says, support using the rgb crate (https://lib.rs/crates/rgb) instead of it's own custom RGB struct.