RustyLine — Rust中readline的实现-Rust开发

时间:2021-05-27 18:22:08
【文件属性】:
文件名称:RustyLine — Rust中readline的实现-Rust开发
文件大小:106KB
文件格式:ZIP
更新时间:2021-05-27 18:22:08
Rust Command-line 在Rust中基于Antirez's Linenoise支持的平台Unix的RustyLine Readline实现(在FreeBSD,Linux和macOS上测试)Windows cm在Rust中基于Antirez's Linenoise支持的平台Unix的RustyLine Readline实现(在FreeBSD,Linux和macOS上测试) Windows cmd.exe Powershell注意:不支持Powershell ISE,请检查问题#56不支持Mintty(Cygwin / MinGW)。Windows <Windows 10上不支持突出显示/不支持颜色,但ConEmu和ColorMode :: Forced除外。 示例使用rustyline :: error :: ReadlineError; 使用rustyline :: Editor; fn main(){//`()`可以在没有compl的情况下使用
【文件预览】:
rustyline-master
----rustfmt.toml(334B)
----Cargo.toml(2KB)
----.github()
--------workflows()
----BUGS.md(2KB)
----src()
--------history.rs(19KB)
--------layout.rs(912B)
--------error.rs(2KB)
--------validate.rs(4KB)
--------keymap.rs(41KB)
--------config.rs(15KB)
--------command.rs(8KB)
--------binding.rs(7KB)
--------test()
--------completion.rs(19KB)
--------highlight.rs(9KB)
--------keys.rs(6KB)
--------lib.rs(28KB)
--------hint.rs(3KB)
--------tty()
--------line_buffer.rs(58KB)
--------kill_ring.rs(7KB)
--------undo.rs(13KB)
--------edit.rs(23KB)
----examples()
--------example.rs(4KB)
--------diy_hints.rs(3KB)
--------numeric_input.rs(942B)
--------read_password.rs(1KB)
--------input_validation.rs(926B)
--------custom_key_bindings.rs(3KB)
--------minimal.rs(241B)
----TODO.md(3KB)
----LICENSE(1KB)
----rustyline-derive()
--------Cargo.toml(571B)
--------src()
----README.md(10KB)
----History.md(1KB)
----Incremental.md(2KB)
----.gitignore(161B)
----CustomBinding.md(3KB)

网友评论