term_ansi 0.1.0

A super lightweight macros crates to add ANSI Codes to your project
Documentation
[dependencies]

[lib]
name = "term_ansi"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities", "command-line-interface"]
description = "A super lightweight macros crates to add ANSI Codes to your project"
edition = "2021"
keywords = ["ansi", "colours", "terminal", "coloured", "ansi-terminal"]
license = "MIT"
name = "term_ansi"
readme = "README.md"
repository = "https://github.com/shubhexists/term_ansi"
version = "0.1.0"