Skip to content

xpepermint/txttyp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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