stilo 0.1.0

A small library for stylizing terminal text with ANSI color codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["darcy"]
description = "A small library for stylizing terminal text with ANSI color codes"
documentation = "https://docs.rs/stilo/latest/stilo"
edition = "2021"
exclude = ["target"]
keywords = ["color", "ansi", "style", "macro", "terminal"]
license = "MIT"
name = "stilo"
readme = "README.md"
repository = "https://github.com/darccyy/stilo"
version = "0.1.0"