xpepermint / txttyp

Formatted string typewriter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatted string typewriter.

This library is for creating formatted strings using ANSI codes. This typewriter is primarily meant for command-line purposes.

Example

let text = Text::new("Hello Wordl").red().to_string();

About

Formatted string typewriter.

License:MIT License


Languages

Language:Rust 100.0%