Skip to content

Commit 2a9698e

Browse files
Create README.md (#2)
1 parent 5d8a05f commit 2a9698e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Template for Rust projects using Devcontainers
2+
3+
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

Comments
 (0)