#read-line #input

yanked readline-sys

Declarations for libreadline or libedit

Uses old Rust 2015

0.0.12 May 20, 2016
0.0.5 Mar 25, 2015
0.0.2 Feb 15, 2015
0.0.1 Jan 4, 2015

#24 in #readline

Download history 5/week @ 2024-12-04 52/week @ 2024-12-11 6/week @ 2024-12-18 3/week @ 2025-01-08 13/week @ 2025-01-15 20/week @ 2025-01-22 10/week @ 2025-01-29 21/week @ 2025-02-05 22/week @ 2025-02-12 12/week @ 2025-02-26

57 downloads per month
Used in readline

MIT/Apache2

2KB

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"

lib.rs:

The build.rs automatically links to the correct library (libreadline on Linux, libedit on Mac OS X)

Dependencies

~43KB