Crate console_utils

source ·
Expand description

A simple library for console-based user input, option selection and more.

Enums

  • Enumeration representing different types of spinners.

Functions

  • Clears the current line in the console.
  • Reads user input from the console.
  • Reveals a string gradually, printing one character at a time with a specified time interval.
  • Allows the user to select options from a list using the console.
  • Displays a console-based spinner animation.