Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve first time Rust experience #630

Open
sonnyp opened this issue Sep 22, 2023 · 0 comments
Open

Improve first time Rust experience #630

sonnyp opened this issue Sep 22, 2023 · 0 comments
Labels

Comments

@sonnyp
Copy link
Contributor

sonnyp commented Sep 22, 2023

When running a Rust demo for the first time, a lot of dependencies will get downloaded and compiled. It takes a while.

The second run is very fast because dependencies are shared between projects so this is only a problem on the first Rust "Run" but it might discourage users.

We should consider using sccache or ship prebuilt in Workbench or tell the user about what's going on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant