[][src]Crate no_color

no_color is a rust library for detecting if the NO_COLOR environment variable is set. Check for the existence of the NO_COLOR environment variable, wether it has value or not.

Functions

is_no_color

Function returns true if NO_COLOR environment variable exists, false if not.