rustmax

Module termcolor

Source
Expand description

Cross-platform library for writing colored output to the terminal.

See crate ::termcolor.

Structs§

  • Satisfies WriteColor using standard ANSI escape sequences.
  • Write colored text to memory.
  • Writes colored buffers to stdout or stderr.
  • Like StandardStream, but does buffered writing.
  • An error that occurs when parsing a ColorChoice fails.
  • A color specification.
  • A hyperlink specification.
  • Satisfies WriteColor but ignores all color options.
  • An error from parsing an invalid color specification.
  • Satisfies io::Write and WriteColor, and supports optional coloring to either of the standard output streams, stdout and stderr.
  • StandardStreamLock is a locked reference to a StandardStream.

Enums§

  • The set of available colors for the terminal foreground/background.
  • ColorChoice represents the color preferences of an end user.

Traits§

  • This trait describes the behavior of writers that support colored output.