console-utils-1.5.4 has been yanked.
Console Utils
A Rust library for console-based user input, option selection, control, and more.
Overview
This crate offers utility functions for various console-related operations in Rust programs. From obtaining user input to achieving precise terminal control, its main focus is to remain simple while providing extensive functionality.
Usage
To use Console Utils in your Rust project, you can add the following dependency to your Cargo.toml
file:
[]
= "1.5.4"
After adding the dependency, you can import the modules you need in your Rust code. For example:
use ;
use ;
Example
use ;
For more detailed documentation, please refer to the generated Rust Docs.