An open API service indexing awesome lists of open source software.

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 🦀 📦

Awesome Lists containing this project

README

          

# Rust Project Template https://rustacean.net/assets/rustacean-orig-noshadow.svg
> Starter template for a new Rust project - including docs and GH Actions CI

[![Rust CI](https://github.com/MichaelCurrin/rust-project-template/workflows/Rust%20CI/badge.svg)](https://github.com/MichaelCurrin/rust-project-template/actions/workflows/main.yml?query=workflow:"Rust+CI")
[![GitHub tag](https://img.shields.io/github/tag/MichaelCurrin/rust-project-template?include_prereleases=&sort=semver)](https://github.com/MichaelCurrin/rust-project-template/releases/)
[![License](https://img.shields.io/badge/License-MIT-blue)](#license)

[![Made with Rust](https://img.shields.io/badge/Rust-1-blue?logo=rust&logoColor=white)](https://www.rust-lang.org/)

[![Use this template](https://img.shields.io/badge/Generate-Use_this_template-2ea44f?style=for-the-badge&logo=github)](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

[![View - Online docs](https://img.shields.io/badge/View-Online_docs-blue?style=for-the-badge)](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).