Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 661 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 661 Bytes

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. More explanation for setting up Devcontainers can be found here.