pub fn scaffolder_for(target: &str) -> Option<Box<dyn Scaffolder>>Expand description
Returns the Scaffolder for target, or None for an unknown target id.
Each per-target scaffolder owns the project-mode output for its target: a
rich manifest (the Cargo.toml / go.mod / package.json (+ tsconfig.json
for TS) / pyproject.toml) referencing the selected/default test framework,
a formatter config where applicable, an opt-in linter config, and a README
first-contact (S6b). The transpiled @test files and the formatter-clean
release gate are a later milestone (S7).