https://github.com/threeal/rust-starter
A minimalistic GitHub repository template to kickstart your Rust project
https://github.com/threeal/rust-starter
Last synced: about 1 year ago
JSON representation
A minimalistic GitHub repository template to kickstart your Rust project
- Host: GitHub
- URL: https://github.com/threeal/rust-starter
- Owner: threeal
- License: unlicense
- Created: 2024-05-20T09:41:18.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T15:46:32.000Z (over 1 year ago)
- Last Synced: 2025-03-30T16:30:34.330Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 98.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Rust Starter
A minimalistic [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) to kickstart your [Rust](https://www.rust-lang.org/) project
## Key Features
- Preconfigured [GitHub Actions](https://github.com/features/actions) to automate your project workflow.
- Preconfigured [Dependabot](https://docs.github.com/en/code-security/dependabot) to keep your project dependencies up to date.
## Usage
Refer to [this wiki](https://github.com/threeal/rust-starter/wiki) for information on how to use this template.