implements all control functions of ECMA-48

This commit is contained in:
2023-03-31 22:57:18 +02:00
commit 2791de95c9
10 changed files with 3546 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[package]
name = "ansi"
description = "This library contains all ANSI Escape Codes that are defined in the ISO 6429 Standard"
version = "0.1.0"
edition = "2021"
authors = ["Frank Zechert <rust.frank@zechert.net>"]
repository = ""
license = "MIT"
# crates.io
publish = false
keywords = ["ansi", "escape codes", "ISO 6429", "ECMA 48", "ANSI X3.64"]
categories = ["command-line-interface"]
[dependencies]