Crates.io | rprompt |
lib.rs | rprompt |
version | 2.1.1 |
source | src |
created_at | 2017-07-31 05:48:50.602593 |
updated_at | 2023-11-11 16:37:25.492782 |
description | Prompt user input in console applications. |
homepage | https://github.com/conradkleinespel/rprompt |
repository | https://github.com/conradkleinespel/rprompt |
max_upload_size | |
id | 25759 |
size | 17,013 |
rprompt
makes it easy to prompt for input in a console application on all platforms, Unix and Windows alike.
rprompt
is made available free of charge. You can support its development through Liberapay 💪
Add rprompt
as a dependency in Cargo.toml:
[dependencies]
rprompt = "2.1"
See examples and docs at https://docs.rs/rprompt.
The source code is released under the Apache 2.0 license.