terminal-colorsaurus 1.0.3

A cross-platform library for determining the terminal's background and foreground color. It answers the question «Is this terminal dark or light?».
Documentation
1
2
3
4
5
6
7
8
mod time_out;
use time_out::*;
mod poll;
pub(crate) use poll::*;
mod read_until;
pub(crate) use read_until::*;
mod term_reader;
pub(crate) use term_reader::*;