User Input with autocomplete
This crate provides a way to get user input with autocomplete optional auto complete functionality. Very simple to use, and parsing the input is done in a very simple way.
Usage
To use this crate you need to add the following to your Cargo.toml:
[]
= "*" # or just copy the current crate version number istead of *
To use it in the code, you need to import the user_input_with_autocomplete crate:
use UserInput;
Then you can use the UserInput struct to get user input:
// Example
Features
autocomplete- This feature enables the auto-complete feature.
License
MIT
Contributing
Feel free to open an issue, submit a pull request or make a suggestion.