A rust script running tool
Install papyrus
.
bash
cargo install papyrus
Add right click context menu.
bash
papyrus rc-add
Remove right click context menu.
bash
papyrus rc-remove
Run papyrus from command line.
bsah
papyrus path_to_src_file.rs
papyrus path_to_script_file.rscript
Right click on a .rs
or .rscript
file and choose Run with Papyrus
to compile and run code!