You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting started with Rust frameworks is a cumbersome task. Especially the frameworks which require boilerplate to be used. WASM web frameworks is one example of such frameworks. The user is forced to choose between two options:
Create the boilerplate manually - either copy/paste it from documentation or write it out by hand
PS: I'd be happy to clarify anything in case I missed some information
The text was updated successfully, but these errors were encountered:
ranile
added
the
C-feature-request
Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
label
Aug 8, 2021
ranile
changed the title
Allow creating new projects from pre-defined t
Allow creating new projects from pre-defined templates
Aug 8, 2021
Describe the problem you are trying to solve
Getting started with Rust frameworks is a cumbersome task. Especially the frameworks which require boilerplate to be used. WASM web frameworks is one example of such frameworks. The user is forced to choose between two options:
cargo-generate
Describe the solution you'd like
cargo init <template>
cargo new --template
PS: I'd be happy to clarify anything in case I missed some information
The text was updated successfully, but these errors were encountered: