ANSI Escape Sequence

A Rust library which provides an ANSI escape sequences (or codes, whatever you like more).

Current status is experimental.

Motivation

There're couple of terminal crates like:

All these crates do share two pieces of code:

I think that it's a waste of resources and asked Timon (the crossterm crate maintainer) what he thinks about a new crate as a building block for the crossterm and other crates. And here we are ...

Goals

This crate does not and wont support execution or any other features not mentioned in the goals section. It should be used as a building block for other crates like crossterm and not as a replacement. Think about this when requesting new features.

License

This project is licensed under the MIT license.