Expand description
A dead simple ANSI terminal color painting library.
This library is a port of the yansi crate.
Copyright (c) 2017 Sergio Benitez
Structs§
- Filled
- An object filled with a background color.
- Paint
- A structure encapsulating an item and styling.
- Style
- Represents a set of styling options.
Enums§
- Color
- An enum representing an ANSI color code.
- Terminal
File
Functions§
- paint
- Shorthand for
Paint::new.