colored-rs/colored

Switch to std::io::IsTerminal for v3

kurtlawrence opened this issue · 3 comments

For the v3 release, switch to using std::io::IsTerminal.

juntyr commented

+1 from me for removing the atty dependency

I opened a PR (#149) which uses the built-in trait instead of the external crate. I hope it get approved by the maintainers

Thanks for the PR @Oakchris1955! I'll get that merged in once the v3 branch gets created - there's a few other PRs that need to get merged, and then I'll get that looked at.