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.1 - add :: to execute shell cmds - bugfixes