pub fn create_files(files: &Files) -> Result<()>
Create files from the given (path, content) tuple array.
crate_files(vec![("programs/my_program/src/lib.rs".into(), "// Content".into())])?;