Function run_rust_script

Source
pub fn run_rust_script<P: AsRef<Path>>(
    script_path: P,
    args: &[&str],
) -> Option<Child>