Crate papyrus[][src]

A rust script running tool.

See the docs. Look at progress and contribute on github.

WIP

Install papyrus.

cargo install papyrus

Add right click context menu. (May need admin rights)

papyrus rc-add

Remove right click context menu. (May need admin rights)

papyrus rc-remove

Run papyrus from command line.

papyrus run path_to_src_file.rs
papyrus run path_to_script_file.rscript

Right click on a .rs or .rscript file and choose Run with Papyrus to compile and run code!

Structs

Output
Script

Enums

SourceFileType

Functions

add_right_click_menu
remove_right_click_menu
run_from_src_file

Compile and run the specified source file. Equivalent to calling build_compile_dir and then run.