simple_term_attr 0.4.2

A very simple library to use some terminal attributes like colors.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "simple_term_attr"
version = "0.4.2"
edition = "2024"
license = "MIT"
repository = "https://github.com/BayonetArch/simple_term_attr"
readme = "README.md"
description = "A very simple library to use some terminal attributes like colors."

[dependencies]

[target.'cfg(windows)'.dependencies]
windows = "0.62.2"