3 unstable releases
0.2.3 | Feb 2, 2025 |
---|---|
0.2.2 | Jan 30, 2025 |
0.1.1 | Jan 29, 2025 |
#1 in #application
511 downloads per month
56KB
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
- GitHub badges for tests, builds, code quality and coverage, documentation, etc.
Contributing
See CONTRIBUTING.md for details on how to make a contribution.
License
This project is licensed under either of these:
- MIT License (LICENSE-MIT or https://opensource.org/licenses/MIT)
- Apache License, Version 2.0 (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
Dependencies
~1.5MB
~22K SLoC