irust 0.1.3

Cross Platform Rust Repl
irust-0.1.3 is not a library.
Visit the last successful build: irust-1.2.8

IRust

Cross Platform Rust Repl

Keywords / Tips & Tricks

:reset => reset repl

:show => show repl current code

:add <dep_list> => 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