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

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.

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();
```