Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/faculerena/cute-strings

Small library for coloring strings in the terminal.
https://github.com/faculerena/cute-strings

Last synced: 17 days ago
JSON representation

Small library for coloring strings in the terminal.

Awesome Lists containing this project

README

        

# 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](src/lib.rs).

You can check the docs [here](https://docs.rs/cute_strings/latest/cute_strings)

## Examples

![Example1](docs/example1.jpeg)

![Example2](docs/example2.jpeg)