A Template for Rust Projects
This is a template repository with a minimalistic structure to make it easier to start a new Rust project. I share it here in case it might be useful to others.
Features
- Minimalistic project structure
- Pre-configured GitHub Actions for running tests and making releases for different platforms
- Makefile for managing common tasks such as formatting, testing, linting, and building
- Example configuration files for common tools like
rustfmt
,clippy
, andeditorconfig
Contributing
See CONTRIBUTING.md for details on how to make a contribution.
License
This project is licensed either under the MIT License or the Apache License 2.0, at your option.