https://github.com/xpepermint/txttyp
Formatted string typewriter.
https://github.com/xpepermint/txttyp
cargo command-line crate format rust string style text typewriter
Last synced: about 1 year ago
JSON representation
Formatted string typewriter.
- Host: GitHub
- URL: https://github.com/xpepermint/txttyp
- Owner: xpepermint
- License: mit
- Created: 2020-04-22T08:14:59.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T23:26:34.000Z (about 6 years ago)
- Last Synced: 2025-03-04T03:15:14.115Z (over 1 year ago)
- Topics: cargo, command-line, crate, format, rust, string, style, text, typewriter
- Language: Rust
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
> Formatted string typewriter.
This library is for creating formatted strings using ANSI codes. This typewriter
is primarily meant for command-line purposes.
## Example
```rs
let text = Text::new("Hello Wordl").red().to_string();
```