Uses old Rust 2015
| 0.0.12 |
|
|---|---|
| 0.0.5 |
|
| 0.0.2 |
|
| 0.0.1 |
|
#545 in #input
80 downloads per month
Used in readline
2KB
The build.rs automatically links to the correct library (libreadline on Linux, libedit on Mac OS X)
readline-sys
On Linux and Mac OS X, this library allows you to access readline() and add_history(). On non-Linux/Mac OS X, it provides the same functionality (within reason) as readline(), and shims add_history().
To add to a project
[dependencies]
readline-sys = "0.0.1"
Dependencies
~43KB