Skip to content

A simple Rust library for terminal manipulation and text styling.

License

Notifications You must be signed in to change notification settings

ryanv404/rust_term_mods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

term_mods

Rust

A simple library written in Rust for formatting text output to the terminal.

Features

Set foreground and background colors using:

  • Named basic colors, with regular and bright variations,
  • 256-color mode color numbers, and
  • 24-bit color mode RGB color values.

Format text as bold, faint, underline, italicize, or strikethrough.

Control the cursor position, show/hide the cursor, clear the screen, clear a line, or scroll the terminal screen.

Examples

See the examples/ directory for demonstrations of the library's features.

About

A simple Rust library for terminal manipulation and text styling.

Topics

Resources

License

Stars

Watchers

Forks