Crates.io | readline |
lib.rs | readline |
version | 0.0.13 |
source | src |
created_at | 2015-01-04 06:12:29.673845 |
updated_at | 2016-08-03 19:58:10.323751 |
description | Wrapper around readline on Linux and Mac OS X, a shim on Windows. DO NOT USE: `rustyline` does the same job much better |
homepage | |
repository | https://github.com/ubsan/readline |
max_upload_size | |
id | 703 |
size | 4,136 |
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"