Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/faculerena/cute-strings
- Owner: faculerena
- License: mit
- Created: 2024-07-14T19:53:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-25T18:45:52.000Z (6 months ago)
- Last Synced: 2024-12-21T10:09:01.858Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)