coloredpp 0.3.0

Lighweight crate for coloring texts
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Changelog

## 0.3.0

- added support for gradients (`fg_gradient`, `fg_hex_gradient`, `bg_gradient`, `bg_hex_gradient`)

## 0.2.0

- added `fg_hex` and `bg_hex` for setting the custom hexadecimal color

## 0.1.0

- initial commit