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
This is my template when creating a new Rust Project. Using Devcontainers, I containerize my development environment to keep it consistent and use relatively strict clippy lints.
4
+
It has sensible basic Github Actions implemented for Rust and the project's dependencies.
5
+
6
+
To use, just create a repository from this template, clone and then open it using VSCode with the [Devcontainers Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers).
7
+
More explanation for setting up Devcontainers can be found [here](https://code.visualstudio.com/docs/devcontainers/containers).
0 commit comments