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.