https://github.com/michaelcurrin/rust-project-template
Starter template for a new Rust project - including docs and GH Actions CI 🦀 📦
https://github.com/michaelcurrin/rust-project-template
base quickstart rust starter template
Last synced: 5 months ago
JSON representation
Starter template for a new Rust project - including docs and GH Actions CI 🦀 📦
- Host: GitHub
- URL: https://github.com/michaelcurrin/rust-project-template
- Owner: MichaelCurrin
- License: mit
- Created: 2021-01-31T13:23:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T14:27:20.000Z (almost 2 years ago)
- Last Synced: 2025-05-08T03:36:44.864Z (about 1 year ago)
- Topics: base, quickstart, rust, starter, template
- Language: Rust
- Homepage: https://michaelcurrin.github.io/rust-project-template
- Size: 138 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Project Template
> Starter template for a new Rust project - including docs and GH Actions CI
[](https://github.com/MichaelCurrin/rust-project-template/actions/workflows/main.yml?query=workflow:"Rust+CI")
[](https://github.com/MichaelCurrin/rust-project-template/releases/)
[](#license)
[](https://www.rust-lang.org/)
[](https://github.com/MichaelCurrin/rust-project-template/generate)
## Sample usage
_TODO: Add just a few lines to show how to use your application._
```sh
$ make run
```
```
134
Heads!
x is: 0.8058828276021345
Hello, World!
```
## Documentation
[](https://michaelcurrin.github.io/rust-project-template/)
## Resources
- [Rust](https://michaelcurrin.github.io/dev-cheatsheets/cheatsheets/rust/) section of my Dev Cheatsheets - for a guide to CLI commands.
- [Rust](https://michaelcurrin.github.io/dev-resources/resources/rust/) section of my Dev Resources.
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).