coded-chars 0.1.1

An implementation of standards ECMA-35, ECMA-43 and ECMA-48
Documentation

Coded chars

This crate's goal is to implement ECMA standards 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 concept of "styles" or any kind of abstraction other than ones defined in the standards.

Standards implemented

  • ecma-35 - Character Code Structure and Extension Techniques
  • ecma-43 - 8-Bit Coded Character Set Structure and Rules
  • ecma-48 - Control Functions for Coded Character Sets

Current status

This crate is still in active development.

The API shall not change but a lot is yet to add.

Contact the author at trehinos@gmail.com.

License

© 2024 Sébastien Geldreich
MIT License