Function papyrus::run_from_src_file[][src]

pub fn run_from_src_file<P: AsRef<Path>>(
    src_file: P
) -> Result<Output, Context<String>>

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