文件名称:Rust 中的 Readline 实现
文件大小:107KB
文件格式:ZIP
更新时间:2024-07-18 11:45:18
rustyline
生锈线基于Antirez 的 Linenoise在 Rust 中的 Readline 实现支持的平台Unix(在 FreeBSD、Linux 和 macOS 上测试)视窗命令行工具电源外壳注意:不支持 Powershell ISE,请检查问题 #56不支持 Mintty (Cygwin/MinGW)Windows < Windows xss=removed>::new ();if rl.load_history ("history.txt" ).is_err () {println! ("No previous history." ); }loop {let readline= rl.readline (">> " );match
【文件预览】:
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(42KB)
--------config.rs(15KB)
--------command.rs(8KB)
--------binding.rs(7KB)
--------test()
--------completion.rs(19KB)
--------highlight.rs(9KB)
--------keys.rs(6KB)
--------lib.rs(31KB)
--------hint.rs(3KB)
--------tty()
--------line_buffer.rs(58KB)
--------kill_ring.rs(7KB)
--------undo.rs(13KB)
--------edit.rs(23KB)
----examples()
--------input_multiline.rs(744B)
--------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)