(dir: &Path, rel: &str)
| 323 | out, |
| 324 | " UserProgram {{ name: \"{name}\", title: \"{title}\", description: \"{desc}\", \ |
| 325 | kind: UserProgramKind::{kind}, install_path: {install}, source: {source}, \ |
| 326 | source_path: \"{source_path}\", build_path: \"{build_path}\", \ |
| 327 | import_closure: {import_closure}, \ |
| 328 | mangle_symbols: {mangle_symbols}, layout: {layout} }},", |
| 329 | name = escape(&program.name), |
| 330 | title = escape(&program.title), |