Skip to content

TinyAnsi is a dead simple library that allows basic coloring of terminal characters.

License

Notifications You must be signed in to change notification settings

NaokiM03/tiny-ansi-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyAnsi

About

TinyAnsi is a dead simple library that allows basic coloring of terminal characters.

There are many crates for the ansi terminal that have been created and abandoned, but none of them solve the following problem. If that is the case, I do not need complex functionality, so I built the library on a scale such that the code can be read at a glance.

jam1garner/owo-colors#45

How to use

# Cargo.toml

[dependencies]
tiny-ansi = "0.1.0"
use tiny_ansi::TinyAnsi;
println!("{}", "red".red());
println!(
    "{}",
    "bold italic red on green".bold().italic().red().on_green()
);

License

tiny-ansi is released under the MIT License

About

TinyAnsi is a dead simple library that allows basic coloring of terminal characters.

Topics

Resources

License

Stars

Watchers

Forks

Languages