Cross Platform Rust Repl
:reset => reset repl
:show => show repl current code
:add
:load => load a rust script into the repl
:: => run a shell command, example ::ls
You can use arrow keys to cycle through commands history
0.1.3 - Rely on a custom cursor struct to avoid a lot of headaches
0.1.2 - load scripts that contains main fn
0.1.1 - add :: to execute shell cmds - bugfixes