rust-ansi-term
rust-ansi-term copied to clipboard
Rust library for ANSI terminal colours and styles (bold, underline)
A fairly simple set of changes :) I found myself wanting to use `Style`s from within a const context, so I figured I'd add that feature as it was a...
I see many projects using this library, and I don't see simple way to disable colored output for those apps (without code modification). In production environments I like to grep...
Rustdoc now passes "doctest" when running in test mode.
Right now the `paint` function on `Style` and `Color` only accepts ```rust I where I: Into
[Click here for more info](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda)
## Background I made a crate called [`glit`], or [**Glitter**] which is a domain specific language for pretty printing git repository stats. The primary use-case is to embed information about...
I'm trying to migrate my project from using [colored](https://github.com/mackwic/colored) to `ansi_term`, as one of my dependencies already uses the latter. I was expecting this to be a straightforward replacement, but...
Encountered in https://github.com/gluon-lang/gluon/issues/777 . It appears that https://github.com/ogham/rust-ansi-term/commit/23456d5fd32179858a827fd4db4861a624e302a2#diff-0d46108ce4a3c312f023e721b094d40c makes ansi_term no longer work on Windows 7. This might not be something that you want to support but I figure I...