Crate userprompt

Source
Expand description

A module for prompting a user to fill out a struct

Structs§

FileCreate
This is used to create new files on the filesystem
FileOpen
This is used to open existing files on the filesystem
Password
This is a type that allows a user to enter a passowrd without revealing that password onscreen.
Password2
This is a type that allows a user to create a password, prompting them once for the password, and a second time to verify the password.
SelectedHashMap
A hashmap with a selection added

Enums§

Error
The types of errors that can occur when prompting for user input.

Traits§

Prompting
This trait is responsible for doing the work of prompting the user for input.

Derive Macros§

Prompting