readline_rs_compat 0.1.9

A minimal readline library wrapper for the Rust programming language.
Documentation
[package]
name = "readline_rs_compat"
version = "0.1.9"
authors = ["Mark Thom <markjordanthom@gmail.com>"]
links = "readline"
build = "build.rs"
description = "A minimal readline library wrapper for the Rust programming language."
license = "BSD-3-Clause"

[dependencies]
libc = "0.2.51"