| Crates.io | io-prompt-prototype |
| lib.rs | io-prompt-prototype |
| version | 1.0.0 |
| created_at | 2021-05-20 20:05:23.333626+00 |
| updated_at | 2021-05-20 20:05:23.333626+00 |
| description | A prototype for `io::prompt`, `io::promptln`, and `io::read_line` |
| homepage | |
| repository | https://github.com/yoshuawuyts/io-prompt-prototype |
| max_upload_size | |
| id | 400098 |
| size | 30,477 |
This crate builds on prior art from this issue, creating a convenient way to get user input from the command line.
$ cargo add io-prompt-prototype
This crate uses #![deny(unsafe_code)] to ensure everything is implemented in
100% Safe Rust.
Want to join us? Check out our "Contributing" guide and take a look at some of these issues: