-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5d8a05f
commit 2a9698e
Showing
1 changed file
with
7 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |