使用旧版 Rust 2015
0.0.12 |
|
---|---|
0.0.5 |
|
0.0.2 |
|
0.0.1 |
|
15 in #readline
用于 readline
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