Alternative to `cargo new` templates: examples as build-target templates
Rust Internals [Unofficial]
March 3, 2026
CAD97:
cargo new --from {crate}/{example}would use the specified example instead of the default example template.
One problem with using this is that a {crate} likely should support the fully Package Id Spec format which would is a URL.
Discussion in the ATmosphere