main::helpers::general

Function save_backend_code

source
pub fn save_backend_code(contents: &String)
Expand description

Saves the backend code to the main2.rs file.

ยงArguments

  • contents: The code to write into the file.