readline

Crates.ioreadline
lib.rsreadline
version0.0.13
sourcesrc
created_at2015-01-04 06:12:29.673845
updated_at2016-08-03 19:58:10.323751
descriptionWrapper around readline on Linux and Mac OS X, a shim on Windows. DO NOT USE: `rustyline` does the same job much better
homepage
repositoryhttps://github.com/ubsan/readline
max_upload_size
id703
size4,136
nicole mazzuca (strega-nil)

documentation

README

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"
Commit count: 0

cargo fmt