Alternative to `cargo new` templates: examples as build-target templates
Rust Internals [Unofficial]
March 4, 2026
(Just a use case) I would love to be able to do something like this and would use it all the time:
cargo new --bench --from criterion getting-started
And after that, have the whole Getting Started example from Criterion's documentation ready to be run with:
cargo bench
Discussion in the ATmosphere