#input #user-input #value #data

values-input

A crate to make inputs in a simpler way

8 releases

new 0.2.0 Jan 24, 2025
0.1.6 Jan 22, 2025

#47 in #user-input

Download history 279/week @ 2025-01-17

279 downloads per month

Custom license

4KB

values_input

values_input is a simple Rust library designed to simplify user input handling. It provides easy-to-use functions for capturing user input in the console, making it easier to interact with users in terminal-based applications.

Features

  • Simple User Input: Display a message and capture the user’s input.
  • Clean and Readable API: Functions are designed to be straightforward, making them easy to use and understand.
  • Flexible: Easily adaptable to various use cases requiring user input.

Contributing

Feel free to contribute to values_input by opening issues or submitting pull requests. Contributions are always welcome!

License

This project is licensed under the MIT License.


lib.rs:

values_input is a library that focuses on simplifying the use of inputs

No runtime deps