Added command history and editing using rustyline
authorHarishankar <v.harishankar@gmail.com>
Sun, 31 May 2020 06:47:02 +0000 (12:17 +0530)
committerHarishankar <v.harishankar@gmail.com>
Sun, 31 May 2020 06:53:40 +0000 (12:23 +0530)
commit8a5044a6aba2dea15733f830988887d6d4f5ca2a
tree19b50df8be59e35e41488e5ff3d3a3a6dd2ff15a
parente12e35ce57fb851e14e6589959c622512a9d1091
Added command history and editing using rustyline
Used rustyline for command editing/history in interactive mode
instead of the normal read_line() method of stdin
Cargo.lock
Cargo.toml
src/main.rs