Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (8 loc) · 364 Bytes

Cute String

This crate exposes a type called CuteString that has methods to color the string.

The colors are defined in the AsciiColor enum.

All the methods are defined in here.

You can check the docs here

Examples

Example1

Example2