My personal template for rust projects
You can install it with the following command
cargo generate https://github.com/jd-apprentice/jd-rust
The project is using make and docker
You can run it with make dev
for development and make
for production
- Github Actions (Quality Gate)
- Dockerfile + docker-compose
- Testing + Coverage
- CODEOWNERS
- Docker security (user/group, apparmor, seccomp, capabilities, etc.)
- Github Release (optional)
- Sentry (optional)
- Dotenv (optional)
Check the CONTRIBUTING.md file