Termion
Termion is a Rust library for terminal manipulation that emits ANSI escape sequences to control the terminal. It aims to be lightweight and dependency-free, offering a pure Rust API for building interactive command-line applications without relying on native GUI toolkits or C libraries. The library targets ANSI-compatible terminals and emphasizes simplicity and portability.
Termion provides a range of features organized into modules for common terminal tasks. These include cursor
In typical usage, developers wrap standard output in a raw mode wrapper, emit ANSI sequences through the
Termion is one of several Rust terminal libraries and relies on ANSI escape codes rather than platform-specific