Skip to content

Commit

Permalink
Create README.md (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
BloodStainedCrow authored Mar 21, 2024
1 parent 5d8a05f commit 2a9698e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Template for Rust projects using Devcontainers

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.
It has sensible basic Github Actions implemented for Rust and the project's dependencies.

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).
More explanation for setting up Devcontainers can be found [here](https://code.visualstudio.com/docs/devcontainers/containers).

0 comments on commit 2a9698e

Please sign in to comment.