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ยง

c0
Enum for C0 control codes.
csi
Functions for building Control Sequence Introducer (CSI).
evt
Event handler.
macros
Convenience macros for stdout.
output
Convenience wrapper for stdout.
sgr_const
Constants for building Select Graphic Rendition (SGR).
term