colorism 0.1.0

A library to use terminal ANSI colors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
authors = ["z3oxs"]
description = "A library to use terminal ANSI colors"
edition = "2021"
exclude = [".github/*", "target/*", "tests/*"]
homepage = "https://github.com/z3oxs/colorism"
keywords = ["ansi", "colors"]
license = "MIT"
name = "colorism"
readme = "README.md"
repository = "https://github.com/z3oxs/colorism"
resolver = "2"
version = "0.1.0"