crossterm 0.17.7

An crossplatform terminal library for manipulating terminals.
Documentation
pub use self::{attribute::Attribute, color::Color, colored::Colored, colors::Colors};

mod attribute;
mod color;
mod colored;
mod colors;