a simple tool for learning rust lang
INSTALL:
cd rust-run
make
sudo make install
USAGE:
- into your workspace
cd /path/to/you/workspace
- edit your rust source files.
vim main.rs
- compile and run main program, with args(for main.rs) if any.
rr main.rs [arg1, arg2, arg3, ...]