stylic 0.3.1

A simple, fast library for styling text with ANSI escape codes
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "stylic"
version = "0.3.1"

authors = ["Samuel McGowan"]

description = "A simple, fast library for styling text with ANSI escape codes"
keywords = ["ansi", "color", "styling", "terminal", "terminal-colors"]
categories = ["command-line-interface", "no-std", "no-std::no-alloc"]

repository = "https://github.com/SamuelMcGowan/stylic"
readme = "README.md"
license = "MPL-2.0"

edition = "2024"

[dependencies]