Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 753 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 753 Bytes

🦀 Rust template

My personal template for rust projects

wallpaper

🦀 Installation

You can install it with the following command

cargo generate https://github.com/jd-apprentice/jd-rust

🦀 Usage

The project is using make and docker

You can run it with make dev for development and make for production

🦀 Features

  • 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)

🦀 Contributing

Check the CONTRIBUTING.md file