Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glyn/rust-template
A git repository template for Rust binary projects
https://github.com/glyn/rust-template
rust
Last synced: about 1 month ago
JSON representation
A git repository template for Rust binary projects
- Host: GitHub
- URL: https://github.com/glyn/rust-template
- Owner: glyn
- License: mit
- Created: 2021-11-16T11:12:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-16T11:20:44.000Z (about 3 years ago)
- Last Synced: 2024-10-14T21:51:16.761Z (3 months ago)
- Topics: rust
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Repository Title
Brief description.
# TO DO
* Edit the LICENSE file to include the current year and the copyright holder's full name (typically that of the owner of a new repository).
* Edit `.github/workflows/release.yaml` and replace `...` with the name of your executable
**Don't forget to delete this section of the README!**
## Pull Requests
Pull requests are welcome. Please ensure they conform to the conventions described below.
## Releasing
To build and release this repository, push a tag of the form
`vn.n.n`. A github action will attempt to cross-compile
binaries from the Rust source and store them in the release
on github.### Conventions
The `.editorconfig` file captures basic source files formatting conventions.
Many editors support this file natively; others (such as VS code) require a plugin, see https://editorconfig.org/.The default branch is `main`. See [Renaming the default branch from master](https://github.com/github/renaming) for the rationale.
Commit logs should describe the specific changes made by a commit. See [How to Write a Git Commit Message](https://chris.beams.io/posts/git-commit/).