tiny-ansi 0.1.0

TinyAnsi is a dead simple library that allows basic coloring of terminal characters.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["NaokiM03"]
description = "TinyAnsi is a dead simple library that allows basic coloring of terminal characters."
documentation = "https://docs.rs/tiny-ansi"
edition = "2021"
keywords = ["ansi_term", "color", "terminal"]
license = "MIT"
name = "tiny-ansi"
readme = "README.md"
repository = "https://github.com/NaokiM03/tiny-ansi-rs"
resolver = "2"
version = "0.1.0"