color_please 0.2.1

A small library for terminal coloring and terminal text graphics control
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
authors = ["electromeow"]
description = "A small library for terminal coloring and terminal text graphics control"
documentation = "https://docs.rs/color_please"
edition = "2018"
homepage = "https://github.com/electromeow/color-please"
keywords = ["ansi", "terminal", "color", "control"]
license = "MIT"
license-file = "LICENSE"
name = "color_please"
repository = "https://github.com/electromeow/color-please"
version = "0.2.1"

[profile.dev]
opt-level = 1

[profile.release]
opt-level = 3