Crate anstyle_wincon

source ·
Expand description

Styling legacy Windows terminals

See Console

This fills a similar role as winapi-util does for termcolor with the differences

  • Uses windows-sys rather than winapi
  • Uses anstyle rather than defining its own types
  • More focused, smaller

Structs

  • Write colored text to the screen

Traits