rust_template
A template repository for formatting, linting, testing, and building Rust executables.
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.3%) to scientific vocabulary
Keywords
rust
template
Last synced: 6 months ago
·
JSON representation
·
Repository
A template repository for formatting, linting, testing, and building Rust executables.
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
rust
template
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
Template Repository for Rust Executables
A template repository for formatting, linting, testing, and building Rust executables.
Checklist
- Adjust this
README.mdaccording to your needs. - Adjust
.gitattributesaccording to your needs. - Adjust
.gitignoreaccording to your needs. - Replace copyright name in
LICENSEor add your own license. - Setup your
CITATION.cffaccording to your needs [or delete file]. - Setup the
Cargo.tomlfile according to your needs. - Implement your Rust project! 😉
Known Issues
Citing
If you are using PLACEHOLDER please cite:
Very important title
Important Author, and Another Important Author
Journal of Cool Stuff 2023 12 (3), 4567-4589
DOI: 12.3456/cool-stuff
License
Contact
Owner
- Name: Micha Birklbauer
- Login: michabirklbauer
- Kind: user
- Location: Linz, Austria
- Website: michabirklbauer.github.io
- Repositories: 10
- Profile: https://github.com/michabirklbauer
Data Scientist & Bioinformatician @ FHOOE Hagenberg
Citation (CITATION.cff)
cff-version: 1.2.0
preferred-citation:
type: article
authors:
- family-names: "Last Name"
given-names: "First Name"
orcid: "https://orcid.org/1234-5678-1234-5678"
doi: "12.3456/cool-stuff"
journal: "Journal of Cool Stuff"
month: 1
start: 4567
end: 4589
title: "Very important title"
issue: 3
volume: 12
year: 2024
GitHub Events
Total
Last Year
Committers
Last synced: over 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Micha Birklbauer | m****r@g****m | 22 |
Issues and Pull Requests
Last synced: about 1 year ago
All Time
- Total issues: 0
- Total pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 7 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 3
- Average time to close issues: N/A
- Average time to close pull requests: 7 minutes
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- michabirklbauer (3)
Top Labels
Issue Labels
Pull Request Labels
enhancement (3)
Dependencies
.github/workflows/rust-cd.yml
actions
- actions/checkout v4 composite
- actions/upload-artifact v4 composite
.github/workflows/rust-ci.yml
actions
- actions/checkout v4 composite
Cargo.lock
cargo
- anstream 0.6.13
- anstyle 1.0.6
- anstyle-parse 0.2.3
- anstyle-query 1.0.2
- anstyle-wincon 3.0.2
- clap 4.5.4
- clap_builder 4.5.2
- clap_derive 4.5.4
- clap_lex 0.7.0
- colorchoice 1.0.0
- heck 0.5.0
- proc-macro2 1.0.81
- quote 1.0.36
- strsim 0.11.1
- syn 2.0.60
- unicode-ident 1.0.12
- utf8parse 0.2.1
- windows-sys 0.52.0
- windows-targets 0.52.5
- windows_aarch64_gnullvm 0.52.5
- windows_aarch64_msvc 0.52.5
- windows_i686_gnu 0.52.5
- windows_i686_gnullvm 0.52.5
- windows_i686_msvc 0.52.5
- windows_x86_64_gnu 0.52.5
- windows_x86_64_gnullvm 0.52.5
- windows_x86_64_msvc 0.52.5
Cargo.toml
cargo