write_new_main_rs

Function write_new_main_rs 

Source
pub fn write_new_main_rs(path: &Path, windows_subsystem: &str) -> Result<()>
Expand description

Write a new main.rs file that runs the embedded Python interpreter.

windows_subsystem is the value of the windows_subsystem Rust attribute.