Crate etty

source ·
Expand description

An easy tty library.

This library aim to be easy to use without being overly abstracted. Key components:

  • ANSI CSI builder.
  • Convenience wrapper and macros for stdout.
  • Event handler.

Modules

Functions for building Control Sequence Introducer (CSI).
Event handler.
Convenience macros for stdout.
Convenience wrapper for stdout.
Constants for building Select Graphic Rendition (SGR).