Coded chars
This crate implements the ECMA-48 standard for coded characters in rust.
Various constructions are provided to easily add control character and sequences inside text. This crate is compatible with "ANSI terminals".
This crate does not use a concept of "styles" or any kind of abstraction other than ones defined in the standard.
Standard implemented
- ecma-48 - Control Functions for Coded Character Sets
Documentation
An example
use clear_screen;
use set_position;
use ;
Result:

Current status
This crate development is achieved.
Contact the author at dev@trehinos.eu.
License
© 2024 Sébastien Geldreich
MIT License