rl-sys-0.5.2 doesn't have any documentation.
readline-sys
Version
Native bindings to libreadline.
Features
- thin wrappers around
readlineandadd_history - write history line to file:
add_history_persist - load history from file:
preload_history - library version:
version
API Documentation
Usage
Add rl-sys as a dependency in Cargo.toml
[]
= "~0.5.2"
A simple implementation of cat using rl_sys::readline
extern crate rl_sys;
use readline;
use listmgmt;
Check out the more comprehensive shell example in the examples directory.
Development
To work on this crate, remember to git clone --recursive or git submodule init && git submodule update.
License
Distributed under the GNU General Public License.