Uses old Rust 2015
0.0.13 |
|
---|---|
0.0.12 |
|
0.0.11 |
|
0.0.6 |
|
0.0.4 |
|
#21 in #rustyline
4KB
84 lines
readline
This library wraps readline-sys. On Linux and Mac OS X, it allows you to edit lines reasonably and access your history (with the up arrow and add_history()), and on Windows it allows you to edit lines reasonably.
To add to a project
[dependencies]
readline = "0.0.12"
Dependencies
~44KB