ogham / rust-ansi-term

Rust library for ANSI terminal colours and styles (bold, underline)

Home Page:https://crates.io/crates/ansi_term

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accept any T: Display instead of just &str

LukasKalbertodt opened this issue · comments

It would be really nice to be able to paint anything I want. Being restricted to &str's often isn't too useful...

EDIT: I figured that this crate does not use the rust-lang/term crate... Maybe I'll write my own :P