#read-line #input

已删除 readline-sys

libreadlinelibedit 的声明

使用旧版 Rust 2015

0.0.12 2016年5月20日
0.0.5 2015年3月25日
0.0.2 2015年2月15日
0.0.1 2015年1月4日

15 in #readline


用于 readline

MIT/Apache2

2KB

readline-sys

在 Linux 和 Mac OS X 上,此库允许您访问 readline() 和 add_history()。在非 Linux/Mac OS X 上,它提供与 readline() 相同的功能(在合理范围内),并提供 shims add_history()。

添加到项目中

[dependencies]
readline-sys = "0.0.1"

lib.rs:

build.rs 会自动链接到正确的库(Linux 上的 libreadline,Mac OS X 上的 libedit)

依赖关系

~43KB