IRust

Cross Platform Rust Repl

Keywords / Tips & Tricks

:reset => reset repl

:show => show repl current code

:add => add dependencies (requires cargo-edit)

:load => load a rust script into the repl

:: => run a shell command, example ::ls

You can use arrow keys to cycle through commands history

Changeslog

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