Crate rpian_terminal

source ·
Expand description

rpian-terminal: A Rust library for terminal manipulation and drawing

This library provides a set of functions for manipulating the terminal, including cursor movement, color settings, and drawing various shapes.

Re-exports§

Modules§

  • This module provides functionality for drawing various types of boxes and lines in a terminal environment. It includes enums for different box styles, line styles, and shading options, as well as functions to convert these enum variants to their corresponding Unicode characters.

Enums§

  • Represents text attributes for styling.
  • Represents the available colors for text and background.

Functions§