#read-line #editing #line #command-line #command

linenoise

Bindings to linenoise for simple line-editing facilities

3 releases

Uses old Rust 2015

0.0.3 Dec 9, 2014
0.0.2 Dec 9, 2014
0.0.1 Dec 9, 2014

#18 in #readline

40 downloads per month

BSD-2-Clause

2KB

linenoise-rs

Simple linenoise bindings


lib.rs:

Simple linenoise wrapper.

Since linenoise is not thread safe, all of these functions internally acquire a global mutex before calling the method. This is somewhat unfortunate.

Dependencies