The Rust Programming Language Forum
A simple command-line input library
announcements
quadrupleslap
July 13, 2018, 1:20pm
#1
It currently lets you ask for:
a password (just calls rpassword).
a line of text.
a yes-or-no question.
text through an editor (like when git asks for a commit message).
the user to select one option from a list.
1 Like