https://github.com/faculerena/cute-strings
Small library for coloring strings in the terminal.
https://github.com/faculerena/cute-strings
Last synced: 4 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-25T18:45:52.000Z (12 months ago)
- Last Synced: 2025-03-12T23:17:40.185Z (4 months 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

