#input #shim #job #rustyline #better #linux #macos

yanked readline

Wrapper around readline on Linux and Mac OS X, a shim on Windows. DO NOT USE: rustyline does the same job much better

Uses old Rust 2015

0.0.13 Aug 3, 2016
0.0.12 May 20, 2016
0.0.11 Mar 25, 2015
0.0.6 Feb 20, 2015
0.0.4 Jan 7, 2015

#18 in #rustyline

34 downloads per month

MIT/Apache

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